multimedia/libxine fails with recent autotools update
Stephane E. Potvin
sepotvin at videotron.ca
Fri Feb 24 12:40:03 PST 2006
I had to apply the following patch to get multimedia/libxine to
build after the latest autotools update.
Index: Makefile
===================================================================
RCS file: /home/FreeBSD/ncvs/ports/multimedia/libxine/Makefile,v
retrieving revision 1.87
diff -u -r1.87 Makefile
--- Makefile 23 Feb 2006 10:38:09 -0000 1.87
+++ Makefile 24 Feb 2006 20:18:14 -0000
@@ -31,7 +31,6 @@
modplug.0:${PORTSDIR}/audio/libmodplug \
vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \
Wand.9:${PORTSDIR}/graphics/ImageMagick
-PATCH_DEPENDS= libtool15:${PORTSDIR}/devel/libtool15
USE_GETTEXT= yes
USE_ICONV= yes
@@ -43,6 +42,7 @@
USE_GL= yes
USE_SDL= sdl
USE_REINPLACE= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fno-force-addr -I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
Regards,
Steph
More information about the freebsd-current
mailing list