Remove some obsolete hacks.
This commit is contained in:
parent
3e9d42a0b7
commit
0c1fb2bf2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115340
3 changed files with 3 additions and 14 deletions
|
@ -19,15 +19,13 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
||||||
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
|
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
|
||||||
|
|
||||||
USE_GNOME= gnometarget libgsf
|
USE_GNOME= gnometarget libgsf
|
||||||
USE_LIBTOOL_VER=13
|
USE_INC_LIBTOOL_VER=13
|
||||||
LIBTOOLFLAGS= # none, we want to keep libwv2.la
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@${TOUCH} ${WRKSRC}/config.h.in
|
|
||||||
@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
|
@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- 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'
|
|
|
@ -23,8 +23,9 @@ include/wv2/word95_generated.h
|
||||||
include/wv2/word97_generated.h
|
include/wv2/word97_generated.h
|
||||||
include/wv2/word_helper.h
|
include/wv2/word_helper.h
|
||||||
include/wv2/wvlog.h
|
include/wv2/wvlog.h
|
||||||
lib/libwv2.a
|
|
||||||
lib/libwv2.la
|
lib/libwv2.la
|
||||||
lib/libwv2.so
|
lib/libwv2.so
|
||||||
lib/libwv2.so.1
|
lib/libwv2.so.1
|
||||||
@dirrm include/wv2
|
@dirrm include/wv2
|
||||||
|
@dirrm etc/gconf/gconf.xml.defaults
|
||||||
|
@dirrm etc/gconf
|
||||||
|
|
Loading…
Reference in a new issue