diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-03 04:28:41 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-03 04:28:41 +0800 |
commit | a3684634fbc1fc93b761df5033608c97a048c44d (patch) | |
tree | 649e6a5579ecafc235a1ace86bad7dd378f529b8 /multimedia/xmps | |
parent | 89a85b8ead1edd160ba1dd0c7ff6190b87ef0f51 (diff) | |
download | freebsd-ports-gnome-a3684634fbc1fc93b761df5033608c97a048c44d.tar.gz freebsd-ports-gnome-a3684634fbc1fc93b761df5033608c97a048c44d.tar.zst freebsd-ports-gnome-a3684634fbc1fc93b761df5033608c97a048c44d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'multimedia/xmps')
-rw-r--r-- | multimedia/xmps/Makefile | 10 | ||||
-rw-r--r-- | multimedia/xmps/pkg-plist | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index f6553dd3fdda..b8ae840be4ff 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -33,12 +33,10 @@ BROKEN= "Does not compile on !i386" .endif post-patch: - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' -post-configure: - @${REINPLACE_CMD} -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - .include <bsd.port.post.mk> diff --git a/multimedia/xmps/pkg-plist b/multimedia/xmps/pkg-plist index 94719a831582..a4cfe69cc1f5 100644 --- a/multimedia/xmps/pkg-plist +++ b/multimedia/xmps/pkg-plist @@ -2,10 +2,8 @@ bin/xmps bin/xmps-config include/libxmps/libxmps.h include/libxmps/libxmps_config.h -lib/libxmps.a lib/libxmps.so lib/libxmps.so.0 -lib/libxmpsutils.a lib/libxmpsutils.so lib/libxmpsutils.so.0 lib/xmps/addons/video/libvob.so |