From c50c13233f43bed967b521b87b9b10b238d19096 Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Thu, 13 Sep 2007 19:45:19 +0200 Subject: [PATCH] Modified glew to look for X11R7 instead of X11R6. --- x11/glew/glew.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/glew/glew.conf b/x11/glew/glew.conf index 0403289e8..eabf7f4fd 100644 --- a/x11/glew/glew.conf +++ b/x11/glew/glew.conf @@ -20,7 +20,7 @@ glew_main() { -i -e 's,$(GLEW_DEST)/bin,'$( pkgprefix bindir xorg-server )',g' \ -i -e 's,=? /usr,=? '$root$prefix',g' Makefile - sed -i -e 's,-L/usr/X11R6/lib,`pkg-config x11 --libs-only-L`,g' config/Makefile.linux + sed -i -e 's,X11R6,X11R7,g' config/Makefile.linux }