diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-05 18:28:16 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-05 18:28:16 +0000 |
commit | cf79b8f7bba32cd5b9f049ebdf03e40cd4e750d1 (patch) | |
tree | d7fe91dd202337ebde4d3749d9e5de61fcf87a88 /multimedia/toxine/Makefile | |
parent | - update to version 1.4.8 (diff) |
- 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/toxine/Makefile')
-rw-r--r-- | multimedia/toxine/Makefile | 3 |
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 \ |