aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2008-02-06 02:28:16 +0800
committeralepulver <alepulver@FreeBSD.org>2008-02-06 02:28:16 +0800
commit6cf2f7aaae510978699a794569100c5ab0ccef7f (patch)
tree616c6967457bfbcb047547c729c41342b94c7a9e /multimedia
parentdf626677023eac80f7e502385d3faa3739c80d51 (diff)
downloadfreebsd-ports-gnome-6cf2f7aaae510978699a794569100c5ab0ccef7f.tar.gz
freebsd-ports-gnome-6cf2f7aaae510978699a794569100c5ab0ccef7f.tar.zst
freebsd-ports-gnome-6cf2f7aaae510978699a794569100c5ab0ccef7f.zip
- Remove PTHREAD_LIBS from LDFLAGS at it is back in xine-config (from libxine)
as of 1.1.10_1. Reported by: pav
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/toxine/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/toxine/Makefile b/multimedia/toxine/Makefile
index bd3e4d12da56..41f0f5ad51e8 100644
--- a/multimedia/toxine/Makefile
+++ b/multimedia/toxine/Makefile
@@ -19,8 +19,7 @@ LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS= AALIB "Enable aalib support" on \
LIBCACA "Enable libcaca support" on \