aboutsummaryrefslogtreecommitdiff
path: root/math/fung-calc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-04 13:42:09 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-04 13:42:09 +0000
commitd8f4141fe11bc5db430ad48421278e2958fa972b (patch)
tree0f318c5e1caa02a3b677f2a9e0ec302c61158b21 /math/fung-calc
parent15d6893eec26f51869f2e47c8f7fb3c23bcd25dd (diff)
downloadports-d8f4141fe11bc5db430ad48421278e2958fa972b.tar.gz
ports-d8f4141fe11bc5db430ad48421278e2958fa972b.zip
Notes
Diffstat (limited to 'math/fung-calc')
-rw-r--r--math/fung-calc/Makefile4
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>