diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-04 13:28:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-04 13:28:08 +0000 |
commit | a413b0f8cc90582207ffde37f47027b640ed2efa (patch) | |
tree | b376336b96ed2d5a57db9b1e7cf34bd1aad3f79c /sysutils/pwg | |
parent | d4b4dd343d60d8964777fdf2a47f715206463b17 (diff) |
Notes
Diffstat (limited to 'sysutils/pwg')
-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> |