svn commit: r388801 - head/mail/cone

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 8 01:18:41 UTC 2015


Author: amdmi3
Date: Mon Jun  8 01:18:40 2015
New Revision: 388801
URL: https://svnweb.freebsd.org/changeset/ports/388801

Log:
  - Fix build on 10.x+ by always using GCC
  
  Approved by:	portmgr blanket

Modified:
  head/mail/cone/Makefile

Modified: head/mail/cone/Makefile
==============================================================================
--- head/mail/cone/Makefile	Mon Jun  8 01:18:05 2015	(r388800)
+++ head/mail/cone/Makefile	Mon Jun  8 01:18:40 2015	(r388801)
@@ -22,6 +22,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		fam gettext gmake iconv ncurses perl5 shebangfix tar:bzip2
 USE_GNOME=	libxml2
+USE_GCC=	yes
 
 SHEBANG_FILES=	sysconftool
 


More information about the svn-ports-all mailing list