summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2006-04-13 22:58:08 +0000
committerKeri Harris <keri@gentoo.org>2006-04-13 22:58:08 +0000
commit744e841aae2701668b567ac7ff3aeda794496a10 (patch)
tree1b01a7c6e86a70bdeef135631616723abe4b6e47 /dev-lang/mercury-extras/files
parentmarking ~ppc (Bug #129463, reported by Stephan Weller) (diff)
downloadgentoo-2-744e841aae2701668b567ac7ff3aeda794496a10.tar.gz
gentoo-2-744e841aae2701668b567ac7ff3aeda794496a10.tar.bz2
gentoo-2-744e841aae2701668b567ac7ff3aeda794496a10.zip
Update mercury_opengl patch to build mtogl
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-lang/mercury-extras/files')
-rw-r--r--dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_opengl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_opengl.patch b/dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_opengl.patch
index 71d99c74dbcf..7631fc0913cd 100644
--- a/dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_opengl.patch
+++ b/dev-lang/mercury-extras/files/mercury-extras-0.13.0_beta-mercury_opengl.patch
@@ -25,7 +25,7 @@
# Specify what libraries we need to link against for Tcl/Tk on this system.
-TCLTK_LIBS = -ltcl$(TCLTK_VERSION) -ltk$(TCLTK_VERSION) -ldl
+TCLTK_LIBS = -ltcl -ltk -ldl
-+GL_LIBS = -lGl -lGLU -lX11 -lXmu
++GL_LIBS = -lGL -lGLU -lX11 -lXmu
# Tell mmake to use the `mercury_tcltk' library.
-VPATH = $(MERCURY_TCLTK_DIR):$(MMAKE_VPATH)