diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-03 23:41:47 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-02-03 23:41:47 +0000 |
commit | 3c6ca302442e28bf150bff444d0a82794811e3b5 (patch) | |
tree | 125d53a8135f85c95a4b890fe661bd99650968e9 /multimedia/toxine | |
parent | 118dae516d35a552b6b6abfda0fcaea4b31152e3 (diff) |
Notes
Diffstat (limited to 'multimedia/toxine')
-rw-r--r-- | multimedia/toxine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/toxine/Makefile b/multimedia/toxine/Makefile index 8d4eaca93c73..bd3e4d12da56 100644 --- a/multimedia/toxine/Makefile +++ b/multimedia/toxine/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" OPTIONS= AALIB "Enable aalib support" on \ LIBCACA "Enable libcaca support" on \ |