diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 21:39:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 21:39:19 +0800 |
commit | 9228ce4f2252697673504aa4f1a7b427bf980ace (patch) | |
tree | 41a58a0e1ca564ae969ef6c5714bc44b88b2a88e /devel | |
parent | ceb3f22520c531fdc9ef8604f8c166c032830097 (diff) | |
download | freebsd-ports-gnome-9228ce4f2252697673504aa4f1a7b427bf980ace.tar.gz freebsd-ports-gnome-9228ce4f2252697673504aa4f1a7b427bf980ace.tar.zst freebsd-ports-gnome-9228ce4f2252697673504aa4f1a7b427bf980ace.zip |
Remove old libtool patch and add INSTALL_TARGET=install-strip
Diffstat (limited to 'devel')
-rw-r--r-- | devel/openzz/Makefile | 8 | ||||
-rw-r--r-- | devel/openzz/files/patch-configure | 10 |
2 files changed, 3 insertions, 15 deletions
diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile index 1264c1d8c573..8ec5a76ab15f 100644 --- a/devel/openzz/Makefile +++ b/devel/openzz/Makefile @@ -13,16 +13,14 @@ COMMENT= Interpreted dynamic parser WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} -USES= libtool readline GNU_CONFIGURE= yes -USE_LDCONFIG= yes CFLAGS+= -Wno-return-type +INSTALL_TARGET= install-strip +USES= libtool readline +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c @${REINPLACE_CMD} -e "s/argv\[\]/*argv/" ${WRKSRC}/src/zzbind.h -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so - .include <bsd.port.mk> diff --git a/devel/openzz/files/patch-configure b/devel/openzz/files/patch-configure deleted file mode 100644 index d1caa1d20d8b..000000000000 --- a/devel/openzz/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Mar 29 01:04:28 2002 -+++ configure Wed Jun 12 00:02:26 2002 -@@ -5058,6 +5058,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |