summaryrefslogtreecommitdiff
path: root/audio/spiralsynthmodular
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 21:37:39 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 21:37:39 +0000
commit112f62e6b9a1ec43ddc94a4694095f410e4b643e (patch)
tree277ac2758fc47caca6c3e00663bc52d197085558 /audio/spiralsynthmodular
parent- strip on installation (diff)
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382272
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r--audio/spiralsynthmodular/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile
index b6eb39ed0d09..f9c39deabd4b 100644
--- a/audio/spiralsynthmodular/Makefile
+++ b/audio/spiralsynthmodular/Makefile
@@ -34,8 +34,8 @@ OPTIMIZED_CFLAGS_CFLAGS=-O3 -ffast-math
post-patch:
@${REINPLACE_CMD} -E -e 's@(-O3|-ffast-math)@@g; \
s|-Wall||; \
- s|CFLAGS="-pipe|CFLAGS="\$$\{CFLAGS\} ${PTHREAD_CFLAGS}|; \
- s|CXXFLAGS="-pipe|CXXFLAGS="\$$\{CXXFLAGS\} ${PTHREAD_CFLAGS}|; \
+ s|CFLAGS="-pipe|CFLAGS="\$$\{CFLAGS\}|; \
+ s|CXXFLAGS="-pipe|CXXFLAGS="\$$\{CXXFLAGS\}|; \
s|^SpiralSound/Plugins/MidiPlugin/Makefile||; \
s|MidiPlugin||' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
@@ -53,7 +53,7 @@ post-patch:
${WRKSRC}/SpiralSound/Sample.h
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -E -e \
's,-l(dl|rt),,; s|g\+\+|$$(CXX)|; \
- /^(CC|CXX)[[:space:]]*=.+$$/d; s|-lpthread|${PTHREAD_LIBS}|g; \
+ /^(CC|CXX)[[:space:]]*=.+$$/d; \
s,@FLTK_(C|CXX)FLAGS@,-I${LOCALBASE}/include,; \
s,(bin|lib)dir),DESTDIR)$$(&,'
@${FIND} ${WRKSRC} -type f -name "*.C" -o -name "*.cpp" -o -name "*.h" \