aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-17 02:31:03 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-17 02:31:03 +0000
commit99116e43cb0eb2ff951660876c3c40d90c2200e0 (patch)
tree21b5cd7300633db2094656e8012c033d474e64a3
parentdd382ffa520cb67ede16e9f9390712fb81dbfb66 (diff)
downloadports-99116e43cb0eb2ff951660876c3c40d90c2200e0.tar.gz
ports-99116e43cb0eb2ff951660876c3c40d90c2200e0.zip
Notes
-rw-r--r--devel/clint/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile
index 47447f0101ac..31e97139e374 100644
--- a/devel/clint/Makefile
+++ b/devel/clint/Makefile
@@ -19,12 +19,12 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --enable-python=${LOCALBASE}/bin/python2
USE_LDCONFIG= yes
USE_GCC= any
-
-USES= gmake
-
+USE_CSTD= gnu99
+USE_CXXSTD= gnu++98
+USES= gmake
INFO= clint
+MAKE_JOBS_UNSAFE= yes
-NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-ldl||g'