aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwg
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-04 13:28:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-04 13:28:08 +0000
commita413b0f8cc90582207ffde37f47027b640ed2efa (patch)
treeb376336b96ed2d5a57db9b1e7cf34bd1aad3f79c /sysutils/pwg
parentd4b4dd343d60d8964777fdf2a47f715206463b17 (diff)
downloadports-a413b0f8cc90582207ffde37f47027b640ed2efa.tar.gz
ports-a413b0f8cc90582207ffde37f47027b640ed2efa.zip
Unbreak on -current
Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86286
Diffstat (limited to 'sysutils/pwg')
-rw-r--r--sysutils/pwg/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/pwg/Makefile b/sysutils/pwg/Makefile
index 373ddbe1989d..3f2ac85001e5 100644
--- a/sysutils/pwg/Makefile
+++ b/sysutils/pwg/Makefile
@@ -17,8 +17,12 @@ USE_BZIP2= yes
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_REINCPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+pre-configure:
+ ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
+
.include <bsd.port.mk>