summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharris <mharris@fedoraproject.org>2006-07-25 16:32:36 +0000
committermharris <mharris@fedoraproject.org>2006-07-25 16:32:36 +0000
commit062f0c1574b4d92eca42f1d2a18cd809a38b9573 (patch)
treeee45279fd287c8be1aafed903b0530cb6a77059b
parente9f100bb373d3d79f46fafe5697b5a9c545071f5 (diff)
downloadmesa-062f0c1574b4d92eca42f1d2a18cd809a38b9573.tar.gz
mesa-062f0c1574b4d92eca42f1d2a18cd809a38b9573.tar.xz
mesa-062f0c1574b4d92eca42f1d2a18cd809a38b9573.zip
fix includes for glxutilsmesa-6_5-16_fc6
-rw-r--r--mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch b/mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch
index a79e419..9281a80 100644
--- a/mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch
+++ b/mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch
@@ -10,7 +10,7 @@
+ $(CC) $(CFLAGS) glxgears.c -lGL -o $@
+
+glxinfo:
-+ $(CC) $(CFLAGS) glxinfo.c -lGL -lGLU -o $@
++ $(CC) $(CFLAGS) -I$(INCDIR) glxinfo.c -lGL -lGLU -o $@
+
pbinfo: pbinfo.o pbutil.o
$(CC) $(CFLAGS) pbinfo.o pbutil.o $(APP_LIB_DEPS) -o $@