diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 21:37:39 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 21:37:39 +0000 |
commit | 112f62e6b9a1ec43ddc94a4694095f410e4b643e (patch) | |
tree | 277ac2758fc47caca6c3e00663bc52d197085558 /audio/vorbis-tools | |
parent | 33ac97e0314d5998c3111bd87d8bcece3e1978b2 (diff) |
Notes
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 26d8ca3b876b..f268d71b5bc9 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ USES= iconv pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |