ports/183943: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Nov 16 12:50:01 UTC 2013


The following reply was made to PR ports/183943; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-mono mailing list