mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add patch-configure, install static library, bump PORTREVISION.
PR: 57360 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
a2b303d7e4
commit
1e7c4b7de5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89910
@ -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
|
||||
|
||||
|
10
textproc/wv2/files/patch-configure
Normal file
10
textproc/wv2/files/patch-configure
Normal file
@ -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'
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user