aboutsummaryrefslogtreecommitdiff
path: root/audio/squash
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/squash
parent33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff)
downloadports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.tar.gz
ports-112f62e6b9a1ec43ddc94a4694095f410e4b643e.zip
Notes
Diffstat (limited to 'audio/squash')
-rw-r--r--audio/squash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile
index 054d5efaaf81..2b072eff1433 100644
--- a/audio/squash/Makefile
+++ b/audio/squash/Makefile
@@ -29,9 +29,9 @@ OPTIONS_DEFINE= DOCS
PORTDOCS= *
post-patch:
- @${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS} ${PTHREAD_CFLAGS}|; \
+ @${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS}|; \
s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \
- s|-lpthread|${PTHREAD_LIBS}|; s|-ldl|-L${LOCALBASE}/lib|" ${WRKSRC}/Makefile
+ s|-ldl|-L${LOCALBASE}/lib|" ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e "s,/usr/bin/ruby,${RUBY}," \
${WRKSRC}/extra/*.rb
@${REINPLACE_CMD} -e "s,/etc/squash.conf,${PREFIX}/etc/squash.conf," \