diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-04 13:42:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-04 13:42:09 +0000 |
commit | d8f4141fe11bc5db430ad48421278e2958fa972b (patch) | |
tree | 0f318c5e1caa02a3b677f2a9e0ec302c61158b21 /graphics/kimagemapeditor | |
parent | Unbreak on -current (diff) |
Unbreak on -current
Reported by: kris via bento
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'graphics/kimagemapeditor')
-rw-r--r-- | graphics/kimagemapeditor/Makefile | 4 |
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> |