From 744e841aae2701668b567ac7ff3aeda794496a10 Mon Sep 17 00:00:00 2001 From: Keri Harris Date: Thu, 13 Apr 2006 22:58:08 +0000 Subject: Update mercury_opengl patch to build mtogl (Portage version: 2.1_pre7-r5) --- .../files/mercury-extras-0.13.0_beta-mercury_opengl.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang/mercury-extras/files') 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) -- cgit v1.2.3-65-gdbad