diff options
author | krion <krion@FreeBSD.org> | 2003-08-04 21:42:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-04 21:42:09 +0800 |
commit | 0bb2b4043cf41bb855bd88dc236793deb0c85267 (patch) | |
tree | d44b9aee90e40b416e3f68d3e3abc8d4a75b98ea /math | |
parent | 73daa9aa9b94d58fe10ddea41f16239cd1bd6922 (diff) | |
download | freebsd-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 'math')
-rw-r--r-- | math/fung-calc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index 2f474736dc37..09cf5345385a 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -17,10 +17,14 @@ USE_KDELIBS_VER= 3 USE_MESA= yes 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> |