From bfb542ad19a5ab6fc14c7ad39dc3ccc888e73a93 Mon Sep 17 00:00:00 2001 From: lofi Date: Tue, 30 Sep 2003 17:30:50 +0000 Subject: Add patch-configure, install static library, bump PORTREVISION. PR: 57360 Submitted by: KATO Tsuguru --- textproc/wv2/Makefile | 4 +++- textproc/wv2/files/patch-configure | 10 ++++++++++ textproc/wv2/pkg-plist | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 textproc/wv2/files/patch-configure (limited to 'textproc') diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index b96f472..d8e1ecd 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -7,6 +7,7 @@ PORTNAME= wv2 PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -20,12 +21,13 @@ CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} USE_GNOME= gnometarget libgsf USE_LIBTOOL= yes +LIBTOOLFLAGS= # none, we want to keep libwv2.la USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes -post-extract: +pre-configure: @${TOUCH} ${WRKSRC}/config.h.in @${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure diff --git a/textproc/wv2/files/patch-configure b/textproc/wv2/files/patch-configure new file mode 100644 index 0000000..4944b18 --- /dev/null +++ b/textproc/wv2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Sep 30 19:15:34 2003 ++++ configure Tue Sep 30 19:17:27 2003 +@@ -10116,6 +10116,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' diff --git a/textproc/wv2/pkg-plist b/textproc/wv2/pkg-plist index 4d656dd..bd0d89b 100644 --- a/textproc/wv2/pkg-plist +++ b/textproc/wv2/pkg-plist @@ -22,6 +22,7 @@ include/wv2/utilities.h include/wv2/word95_generated.h include/wv2/word97_generated.h include/wv2/word_helper.h +lib/libwv2.a lib/libwv2.la lib/libwv2.so lib/libwv2.so.1 -- cgit v1.1