svn commit: r319269 - head/net-im/ari-yahoo

Baptiste Daroussin bapt at FreeBSD.org
Mon May 27 16:19:33 UTC 2013


Author: bapt
Date: Mon May 27 16:19:33 2013
New Revision: 319269
URL: http://svnweb.freebsd.org/changeset/ports/319269

Log:
  Fix build on HEAD by adding USE_GCC=any (uses nested functions)

Modified:
  head/net-im/ari-yahoo/Makefile

Modified: head/net-im/ari-yahoo/Makefile
==============================================================================
--- head/net-im/ari-yahoo/Makefile	Mon May 27 16:15:30 2013	(r319268)
+++ head/net-im/ari-yahoo/Makefile	Mon May 27 16:19:33 2013	(r319269)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   ari-yahoo
-# Date created:        15 November 2000
-# Whom:                George Reid <greid at ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid at ukug.uk.freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ari-yahoo
 PORTVERSION=	1.10
@@ -16,6 +12,7 @@ COMMENT=	A console Yahoo! messenger clie
 
 PLIST_FILES=	bin/ari-yahoo
 USE_GMAKE=	yes
+USE_GCC=	any
 USE_AUTOTOOLS=	autoconf
 
 pre-configure:


More information about the svn-ports-all mailing list