aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-04 21:28:08 +0800
committerkrion <krion@FreeBSD.org>2003-08-04 21:28:08 +0800
commitea501ccfe9b152283917f34bf265d25afb6bdcc7 (patch)
tree8dca08c91aa75f184aa1d5dfc1c5e9d62570c49d /sysutils
parent8f5c12b7709ec7beea1b3313f0c36b3bdbeaa250 (diff)
downloadfreebsd-ports-gnome-ea501ccfe9b152283917f34bf265d25afb6bdcc7.tar.gz
freebsd-ports-gnome-ea501ccfe9b152283917f34bf265d25afb6bdcc7.tar.zst
freebsd-ports-gnome-ea501ccfe9b152283917f34bf265d25afb6bdcc7.zip
Unbreak on -current
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'sysutils')
-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>