diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-10-01 07:59:03 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-10-01 07:59:03 +0000 |
commit | 0b5e43518939628fd537f59d50adf5134cefd20b (patch) | |
tree | 19ef2898cb209547c26ebe5614177f828b545755 /audio/x11amp/files/patch-Effect::voice::Makefile.in | |
parent | Resurrect games/xbat and update maintainership. (diff) |
- Resurrect audio/x11amp and update maintainership.
- Use %%DATADIR%% in pkg-plist.
PR: ports/161142
Diffstat (limited to 'audio/x11amp/files/patch-Effect::voice::Makefile.in')
-rw-r--r-- | audio/x11amp/files/patch-Effect::voice::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/x11amp/files/patch-Effect::voice::Makefile.in b/audio/x11amp/files/patch-Effect::voice::Makefile.in new file mode 100644 index 000000000000..27bd7805b902 --- /dev/null +++ b/audio/x11amp/files/patch-Effect::voice::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Effect/voice/Makefile.in 2001/11/26 17:58:25 1.1 ++++ Effect/voice/Makefile.in 2001/11/26 17:59:37 +@@ -90,7 +90,7 @@ + libdir = $(plugindir)/$(EFFECT_PLUGIN_DIR) + + libvoice_la_LDFLAGS = -module -avoid-version +-CFLAGS = -O2 -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@ ++CFLAGS += -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@ + LIBS = + + libvoice_la_SOURCES = about.c voice.c voice.h |