aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-06-13 20:04:52 +0000
committerJohn Marino <marino@FreeBSD.org>2016-06-13 20:04:52 +0000
commit1e309a9f9c192689bcb5f3a6e0dbdd8309068713 (patch)
tree372ef679a01247c50be4d2eab168cf2d419de795 /math
parenteed16e38c1eac590f24f891a8efacf6e0650fdaf (diff)
downloadports-1e309a9f9c192689bcb5f3a6e0dbdd8309068713.tar.gz
ports-1e309a9f9c192689bcb5f3a6e0dbdd8309068713.zip
math/why3-spark: Try to fix build on F10
CC was defined twice in the makefile; once by the ${CC} variable and later redefined to "gcc". FreeBSD 10 doesn't like that.
Notes
Notes: svn path=/head/; revision=416867
Diffstat (limited to 'math')
-rw-r--r--math/why3-spark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/why3-spark/Makefile b/math/why3-spark/Makefile
index 3637889aac61..ba724d54f640 100644
--- a/math/why3-spark/Makefile
+++ b/math/why3-spark/Makefile
@@ -45,7 +45,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \
${WRKSRC}/src/util/sysutil.ml
@${REINPLACE_CMD} -e '/cp -f share\/Make/d' \
- ${WRKSRC}/Makefile.in
+ -e '/gcc/d' ${WRKSRC}/Makefile.in
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*why3