From 8ee8f2d8f3c8f23d716040b805d28164c91412f8 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 29 Jan 2012 15:53:27 +0000 Subject: 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. --- time/glclock/patches/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time/glclock/patches') 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 # -- cgit v1.2.3