aboutsummaryrefslogtreecommitdiff
path: root/audio/whysynth
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/whysynth
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'audio/whysynth')
-rw-r--r--audio/whysynth/files/patch-src_Makefile.in (renamed from audio/whysynth/files/patch-src-Makefile.in)12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/whysynth/files/patch-src-Makefile.in b/audio/whysynth/files/patch-src_Makefile.in
index 9905f30a23ee..66afc7505be9 100644
--- a/audio/whysynth/files/patch-src-Makefile.in
+++ b/audio/whysynth/files/patch-src_Makefile.in
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig Thu Apr 19 06:26:21 2007
-+++ src/Makefile.in Fri Apr 20 23:54:26 2007
-@@ -257,7 +257,7 @@
+--- src/Makefile.in.orig 2012-09-04 14:48:34 UTC
++++ src/Makefile.in
+@@ -280,7 +280,7 @@ WhySynth_gtk_SOURCES = \
WhySynth_gtk_CFLAGS = -DY_GUI @GTK_CFLAGS@ $(AM_CFLAGS) $(GUI_CFLAGS)
@DARWIN_FALSE@WhySynth_gtk_LDADD = -lm @GTK_LIBS@ $(AM_LDFLAGS) $(GUI_LIBS)
@@ -9,9 +9,9 @@
whysynth_la_SOURCES = \
dssp_synth.c \
dssp_synth.h \
-@@ -294,7 +294,7 @@
-
- whysynth_la_CFLAGS = -DY_PLUGIN $(AM_CFLAGS) $(PLUGIN_CFLAGS)
+@@ -319,7 +319,7 @@ whysynth_la_SOURCES = \
+ @DARWIN_FALSE@whysynth_la_CFLAGS = -DY_PLUGIN $(AM_CFLAGS) $(PLUGIN_CFLAGS)
+ @DARWIN_TRUE@whysynth_la_CFLAGS = -DY_PLUGIN $(AM_CFLAGS) $(PLUGIN_CFLAGS) -DY_BOGUS_MLOCKALL
@DARWIN_FALSE@whysynth_la_LIBADD = -lm $(PLUGIN_LIBS)
-@DARWIN_TRUE@whysynth_la_LIBADD = -lm -lmx $(PLUGIN_LIBS)
+@DARWIN_TRUE@whysynth_la_LIBADD = -lm $(PLUGIN_LIBS)