summaryrefslogtreecommitdiff
path: root/games/monkeybubble/files
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-10-10 02:23:03 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-10-10 02:23:03 +0000
commit1018402a14a54332c84aec3e37f60f6895964d53 (patch)
tree67bf6620109f845518037ac21aafed652554a56c /games/monkeybubble/files
parentUpdate to 20031009 (diff)
Prevent bin/gsttest from getting built and being installed. It didn't
really have a purpose, so I'm not bumping PORTREVISION to propogate its removal.
Notes
Notes: svn path=/head/; revision=90728
Diffstat (limited to 'games/monkeybubble/files')
-rw-r--r--games/monkeybubble/files/patch-src::audio::Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/monkeybubble/files/patch-src::audio::Makefile.in b/games/monkeybubble/files/patch-src::audio::Makefile.in
new file mode 100644
index 000000000000..e488dc0b8604
--- /dev/null
+++ b/games/monkeybubble/files/patch-src::audio::Makefile.in
@@ -0,0 +1,20 @@
+--- src/audio/Makefile.in.orig Thu Oct 9 22:19:10 2003
++++ src/audio/Makefile.in Thu Oct 9 22:19:24 2003
+@@ -148,7 +148,7 @@
+
+ lib_LTLIBRARIES = libgstaudio.la
+
+-bin_PROGRAMS = gsttest
++bin_PROGRAMS =
+
+ gsttest_SOURCES = gst-audio.h gst-audio.c test.c
+
+@@ -176,7 +176,7 @@
+ LIBS = @LIBS@
+ libgstaudio_la_DEPENDENCIES =
+ libgstaudio_la_OBJECTS = gst-audio.lo
+-bin_PROGRAMS = gsttest$(EXEEXT)
++bin_PROGRAMS =
+ PROGRAMS = $(bin_PROGRAMS)
+
+ gsttest_OBJECTS = gst-audio.$(OBJEXT) test.$(OBJEXT)