aboutsummaryrefslogtreecommitdiff
path: root/games/monkeybubble/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-31 22:13:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-31 22:13:21 +0000
commit97ebec76739c012ae60ef397885d4eaeb7ae8917 (patch)
tree9ddafa4910bac1d0804b766f28c5455cb3671f76 /games/monkeybubble/files
parentd80ad25f8862652eb415c86c7245344750fe8d9b (diff)
downloadports-97ebec76739c012ae60ef397885d4eaeb7ae8917.tar.gz
ports-97ebec76739c012ae60ef397885d4eaeb7ae8917.zip
- Update to 0.1.7
Approved by: adamw (maintainer)
Notes
Notes: svn path=/head/; revision=97014
Diffstat (limited to 'games/monkeybubble/files')
-rw-r--r--games/monkeybubble/files/patch-src::audio::Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/monkeybubble/files/patch-src::audio::Makefile.in b/games/monkeybubble/files/patch-src::audio::Makefile.in
deleted file mode 100644
index e488dc0b8604..000000000000
--- a/games/monkeybubble/files/patch-src::audio::Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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)