aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-25 18:30:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-25 18:30:25 +0000
commit0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c (patch)
tree08cebd342cf36f49f446fb7827a8c58054aa77dc /audio
parent0ae20ec92eea31369620157c6b0d9e9cfa397f4e (diff)
downloadports-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.tar.gz
ports-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/audiere/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile
index 129e54cfa07b..84a5e51b980d 100644
--- a/audio/audiere/Makefile
+++ b/audio/audiere/Makefile
@@ -17,7 +17,7 @@ USE_AUTOTOOLS= autoconf
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
+CONFIGURE_ENV= PTHREAD_LIBS="-pthread"
CPPFLAGS+= -I${LOCALBASE}/include/speex -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -71,7 +71,7 @@ CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|speex|no_&|'
post-patch:
@${REINPLACE_CMD} ${CONFIGURE_REPLACES:C/.*/-e &/} \
- -e 's|-lpthread|${PTHREAD_LIBS}|' \
+ -e 's|-lpthread|-pthread|' \
${WRKSRC}/configure.in
post-install: