diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 14:56:56 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 14:56:56 +0000 |
commit | 312590479ce10d3de4bfff575f9363ed6ec115d8 (patch) | |
tree | 281ac8a04e4a9207dd5ceba459291a45418ac1f1 /graphics/mesa-demos/files/patch-src-glsl-Makefile.am | |
parent | - Use pre-configure: instead of pre-build: (diff) |
Update to 8.0.1
This adds a bunch of new demos.
Obtained from: xorg development repo
Notes
Notes:
svn path=/head/; revision=313913
Diffstat (limited to '')
-rw-r--r-- | graphics/mesa-demos/files/patch-src-glsl-Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/mesa-demos/files/patch-src-glsl-Makefile.am b/graphics/mesa-demos/files/patch-src-glsl-Makefile.am new file mode 100644 index 000000000000..08fcb291b60d --- /dev/null +++ b/graphics/mesa-demos/files/patch-src-glsl-Makefile.am @@ -0,0 +1,20 @@ +--- src/glsl/Makefile.am.orig 2012-12-15 08:17:06.000000000 +0100 ++++ src/glsl/Makefile.am 2013-03-08 14:03:15.236159234 +0100 +@@ -34,7 +34,7 @@ + bin_PROGRAMS = \ + array \ + bezier \ +- bitmap \ ++ bitmap-demo \ + brick \ + bump \ + blinking-teapot \ +@@ -76,7 +76,7 @@ + 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 |