aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-04 21:42:09 +0800
committerkrion <krion@FreeBSD.org>2003-08-04 21:42:09 +0800
commit0bb2b4043cf41bb855bd88dc236793deb0c85267 (patch)
treed44b9aee90e40b416e3f68d3e3abc8d4a75b98ea /graphics
parent73daa9aa9b94d58fe10ddea41f16239cd1bd6922 (diff)
downloadfreebsd-ports-gnome-0bb2b4043cf41bb855bd88dc236793deb0c85267.tar.gz
freebsd-ports-gnome-0bb2b4043cf41bb855bd88dc236793deb0c85267.tar.zst
freebsd-ports-gnome-0bb2b4043cf41bb855bd88dc236793deb0c85267.zip
Unbreak on -current
Reported by: kris via bento Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kimagemapeditor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/kimagemapeditor/Makefile b/graphics/kimagemapeditor/Makefile
index 29232fa8a8a6..1eff2b4338a0 100644
--- a/graphics/kimagemapeditor/Makefile
+++ b/graphics/kimagemapeditor/Makefile
@@ -16,10 +16,14 @@ USE_BZIP2= yes
USE_KDELIBS_VER= 3
USE_GMAKE= yes
USE_LIBTOOL= yes
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= 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>