diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-02-26 12:38:13 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-02-26 12:38:13 +0800 |
commit | d45427246ed386471a648cf6133ef12c020f1587 (patch) | |
tree | 53c4d0a7bac3c0e97308f927269cb3a401a7318a | |
parent | 4793ade24c29d26eaa3add660a736511f66dd618 (diff) | |
download | freebsd-ports-gnome-d45427246ed386471a648cf6133ef12c020f1587.tar.gz freebsd-ports-gnome-d45427246ed386471a648cf6133ef12c020f1587.tar.zst freebsd-ports-gnome-d45427246ed386471a648cf6133ef12c020f1587.zip |
Fix build error.
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Approved by: portmgr(marcus)
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 19f75ba8da4a..fbb2513c81b7 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -31,7 +31,6 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ 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_GMAKE= yes 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" \ |