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/xtheater | |
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/xtheater')
-rw-r--r-- | multimedia/xtheater/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xtheater/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile index 4b847042e3de..7c68d39ed1fd 100644 --- a/multimedia/xtheater/Makefile +++ b/multimedia/xtheater/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gtk12 USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-gl @@ -34,6 +34,8 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]prefix[)]/Xtheater|(libdir)/Xtheater|g ; \ s|-release.*$$|-module -avoid-version|g' diff --git a/multimedia/xtheater/pkg-plist b/multimedia/xtheater/pkg-plist index 9fe6e0783630..6dbd34c99005 100644 --- a/multimedia/xtheater/pkg-plist +++ b/multimedia/xtheater/pkg-plist @@ -1,8 +1,6 @@ bin/xtheater lib/Xtheater/config -lib/Xtheater/player/libsmpeg.la lib/Xtheater/player/libsmpeg.so -lib/Xtheater/ui/libgtkui.la lib/Xtheater/ui/libgtkui.so @dirrm lib/Xtheater/ui @dirrm lib/Xtheater/player |