diff options
-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 8d4eaca93c7..bd3e4d12da5 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 \ |