diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-28 00:19:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-28 00:19:33 +0800 |
commit | b5241dd71433a957d1432341224c941bfd858dea (patch) | |
tree | da9fc0dbd2718e8c00d664f779b240f718c5058f /net-im | |
parent | 55031357d992754312dbe880ec190795ef7af5d6 (diff) | |
download | freebsd-ports-gnome-b5241dd71433a957d1432341224c941bfd858dea.tar.gz freebsd-ports-gnome-b5241dd71433a957d1432341224c941bfd858dea.tar.zst freebsd-ports-gnome-b5241dd71433a957d1432341224c941bfd858dea.zip |
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ari-yahoo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile index ec3c0a41542e..65332f77539c 100644 --- a/net-im/ari-yahoo/Makefile +++ b/net-im/ari-yahoo/Makefile @@ -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 client PLIST_FILES= bin/ari-yahoo USE_GMAKE= yes +USE_GCC= any USE_AUTOTOOLS= autoconf pre-configure: |