Date: Sat, 16 Nov 2013 12:50:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: mono@FreeBSD.org Subject: Re: ports/183943: commit references a PR Message-ID: <201311161250.rAGCo1ro095564@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/183943; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183943: commit references a PR Date: Sat, 16 Nov 2013 12:48:07 +0000 (UTC) Author: romain Date: Sat Nov 16 12:47:59 2013 New Revision: 333989 URL: http://svnweb.freebsd.org/changeset/ports/333989 Log: Fix build using clang from ports on FreeBSD < 9.2. PR: ports/183943 Submitted by: Robert <robert.ayrapetyan@gmail.com> Modified: head/lang/mono/Makefile Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Sat Nov 16 12:33:15 2013 (r333988) +++ head/lang/mono/Makefile Sat Nov 16 12:47:59 2013 (r333989) @@ -42,7 +42,7 @@ ONLY_FOR_ARCHS= i386 amd64 powerpc .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900014 && exists(/usr/bin/clang) +.if ${OSVERSION} >= 902001 && exists(/usr/bin/clang) CC= /usr/bin/clang CXX= /usr/bin/clang++ CPP= /usr/bin/clang-cpp _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311161250.rAGCo1ro095564>