mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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.
This commit is contained in:
parent
3e79dbd70c
commit
1018402a14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90728
20
games/monkeybubble/files/patch-src::audio::Makefile.in
Normal file
20
games/monkeybubble/files/patch-src::audio::Makefile.in
Normal file
@ -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)
|
@ -1,4 +1,3 @@
|
||||
bin/gsttest
|
||||
bin/monkey-bubble
|
||||
bin/monkey-srv
|
||||
etc/gconf/schemas/monkey-bubble.schemas
|
||||
|
Loading…
Reference in New Issue
Block a user