aboutsummaryrefslogtreecommitdiffstats
path: root/audio/faad
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-26 05:37:39 +0800
committermarino <marino@FreeBSD.org>2015-03-26 05:37:39 +0800
commitd9fadc05879eed1a9ba0997593bb8fc985dbb3c7 (patch)
tree277ac2758fc47caca6c3e00663bc52d197085558 /audio/faad
parentd7bc3ca6c35d25521811d02693b6feecd3548903 (diff)
downloadfreebsd-ports-gnome-d9fadc05879eed1a9ba0997593bb8fc985dbb3c7.tar.gz
freebsd-ports-gnome-d9fadc05879eed1a9ba0997593bb8fc985dbb3c7.tar.zst
freebsd-ports-gnome-d9fadc05879eed1a9ba0997593bb8fc985dbb3c7.zip
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
Diffstat (limited to 'audio/faad')
-rw-r--r--audio/faad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 1141a91bf898..fbebc6d29ab8 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -13,8 +13,8 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
USES= autoreconf dos2unix gmake libtool tar:bzip2
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib
USE_LDCONFIG= yes
post-extract: