diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/mesa-demos/files/patch-src-glsl-Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/mesa-demos/files/patch-src-glsl-Makefile.am b/graphics/mesa-demos/files/patch-src-glsl-Makefile.am deleted file mode 100644 index 0e78b3a233d5..000000000000 --- a/graphics/mesa-demos/files/patch-src-glsl-Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -# Prevent conflict with x11/bitmap -# ---- src/glsl/Makefile.am.orig 2014-03-22 12:59:24 UTC -+++ src/glsl/Makefile.am -@@ -38,7 +38,7 @@ if HAVE_GLUT - bin_PROGRAMS = \ - array \ - bezier \ -- bitmap \ -+ bitmap-demo \ - brick \ - bump \ - blinking-teapot \ -@@ -83,7 +83,7 @@ samplers_array_SOURCES = samplers.c - samplers_array_CFLAGS = $(AM_CFLAGS) -DSAMPLERS_ARRAY - - array_LDADD = ../util/libutil.la --bitmap_LDADD = ../util/libutil.la -+bitmap_demo_LDADD = ../util/libutil.la - bezier_LDADD = ../util/libutil.la - brick_LDADD = ../util/libutil.la - bump_LDADD = ../util/libutil.la |