summaryrefslogtreecommitdiff
path: root/time/glclock/patches
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 15:53:27 +0000
committermarino <marino@pkgsrc.org>2012-01-29 15:53:27 +0000
commit8ee8f2d8f3c8f23d716040b805d28164c91412f8 (patch)
treeed2f6e88289f461165c5b59e006f0db8b202910f /time/glclock/patches
parentd7d03190c60467b8b4a1d81a1c5d2f2b5679ea1c (diff)
downloadpkgsrc-8ee8f2d8f3c8f23d716040b805d28164c91412f8.tar.gz
time/glclock: Restore libGL reference to patch-aa
On 24 April 2008, the GL library was removed from the configuration to "Fix build with the latest version of the Mesalib package". Symbols from this library are still referenced though. The patch was changed to the original libraries and order with the exception of the additional libSM and libICE. It builds fine using the latest Mesalib package.
Diffstat (limited to 'time/glclock/patches')
-rw-r--r--time/glclock/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/glclock/patches/patch-aa b/time/glclock/patches/patch-aa
index 8dfa1faf4cf..a97b33c61c8 100644
--- a/time/glclock/patches/patch-aa
+++ b/time/glclock/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2008/04/24 13:57:08 tron Exp $
+$NetBSD: patch-aa,v 1.6 2012/01/29 15:53:27 marino Exp $
--- makefile.orig 2000-06-18 15:37:40.000000000 +0100
+++ makefile 2008-04-24 14:54:35.000000000 +0100
@@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.5 2008/04/24 13:57:08 tron Exp $
+ LIB_PATH = -L${LOCALBASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib
- LIBS = -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm
-+ LIBS = -lglut -lGLU -lXext -lXmu -lXt -lSM -lICE -lXi -lX11 -lm
++ LIBS = -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lXt -lSM -lICE -lm
MARK_LIBS = -lm
#