diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-29 14:30:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-29 14:30:10 +0800 |
commit | e074fbb8c08394124c74084140934a604bbd48d5 (patch) | |
tree | 3d2a9eb006c7d971053362539f678aeb3552d029 /lang | |
parent | 96ddc8cf477e87188db2398b40a26aeedbe6cf54 (diff) | |
download | freebsd-ports-gnome-e074fbb8c08394124c74084140934a604bbd48d5.tar.gz freebsd-ports-gnome-e074fbb8c08394124c74084140934a604bbd48d5.tar.zst freebsd-ports-gnome-e074fbb8c08394124c74084140934a604bbd48d5.zip |
Fix mono properly finding isinf() from math.h after recent changes on head
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 5fe96aeba742..c0856cd933e2 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -13,9 +13,8 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash USE_BZIP2= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake USE_GNOME= glib20 -USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -62,6 +61,7 @@ post-patch: ${WRKSRC}/mcs/class/Mono.WebBrowser/build-csproj2k5 @${FIND} ${WRKSRC} -name '*.sh' | ${XARGS} ${REINPLACE_CMD} \ -e 's|^#!/bin/bash|#!/bin/sh|g' + @${REPLACE_CMD} 's/(1)/(1.0)/g' ${WRKSRC}/configure tests: build @${ECHO_MSG} "===> Running mono regression tests" |