diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /multimedia/mpeg4ip | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 74de40f795db..9aa18942f10c 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= faac.0:${PORTSDIR}/audio/faac \ USE_GNOME= gtk20 USE_SDL= sdl USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/SDL11 -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" @@ -137,7 +137,6 @@ PLIST_SUB+= XVID="@comment " post-patch: ${TOUCH} -f ${WRKSRC}/bootstrapped - ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool # don't compile or use libmp4v2 @${REINPLACE_CMD} -e 's|mp4v2||; s|gnu||; s|mp4av||' \ ${WRKSRC}/lib/Makefile.in |