Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2006 15:40:00 -0500
From:      "Stephane E. Potvin" <sepotvin@videotron.ca>
To:        freebsd-current@FreeBSD.org
Subject:   multimedia/libxine fails with recent autotools update
Message-ID:  <43FF6F20.7090404@videotron.ca>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43FF6F20.7090404>