View | Details | Raw Unified | Return to bug 57360
Collapse All | Expand All

(-)textproc/wv2/Makefile (-4 / +2 lines)
Lines 16-32 Link Here
16
16
17
LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
17
LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
18
18
19
CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE} --program-transform-name=
19
CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE}
20
20
21
USE_GNOME=	libgsf
21
USE_GNOME=	gnometarget libgsf
22
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
23
USE_BZIP2=	yes
23
USE_BZIP2=	yes
24
USE_GMAKE=	yes
24
USE_GMAKE=	yes
25
INSTALLS_SHLIB=	yes
25
INSTALLS_SHLIB=	yes
26
USE_REINPLACE=	yes
27
26
28
post-extract:
27
post-extract:
29
	@${TOUCH} ${WRKSRC}/config.h.in
28
	@${TOUCH} ${WRKSRC}/config.h.in
30
	@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
31
29
32
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)textproc/wv2/files/patch-configure (+19 lines)
Line 0 Link Here
1
--- configure.orig	Thu Aug  7 23:26:19 2003
2
+++ configure	Sun Sep 28 20:01:00 2003
3
@@ -3532,7 +3532,7 @@
4
 
5
           ;;
6
         esac
7
-        CXXFLAGS="-Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
8
+        CXXFLAGS="-Wall -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
9
 
10
 echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
11
 echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
12
@@ -10116,6 +10116,7 @@
13
 
14
 # This can be used to rebuild libtool when needed
15
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
16
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
17
 
18
 # Always use our own libtool.
19
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)textproc/wv2/pkg-plist (-1 / +1 lines)
Lines 22-28 Link Here
22
include/wv2/word95_generated.h
22
include/wv2/word95_generated.h
23
include/wv2/word97_generated.h
23
include/wv2/word97_generated.h
24
include/wv2/word_helper.h
24
include/wv2/word_helper.h
25
lib/libwv2.la
25
lib/libwv2.a
26
lib/libwv2.so
26
lib/libwv2.so
27
lib/libwv2.so.1
27
lib/libwv2.so.1
28
@dirrm include/wv2
28
@dirrm include/wv2

Return to bug 57360