diff options
-rw-r--r-- | sysutils/pwg/Makefile | 4 |
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> |