Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 16:19:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319269 - head/net-im/ari-yahoo
Message-ID:  <201305271619.r4RGJXBQ062480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271619.r4RGJXBQ062480>