summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-02-05 19:54:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-02-05 19:54:26 +0000
commitfa45aef6d51e6bac561eb88dbd3a67e694b6d4a7 (patch)
treecc5f6d839e24ec53defb3c0e16bc8654af402cfe /net-im
parentEnable stage support (diff)
Force this port to build under GCC. This fixes an issue where meanwhile
would fail to negotiate with servers. Reported by: Ryan Stark <syah@morphium.org>
Notes
Notes: svn path=/head/; revision=342827
Diffstat (limited to 'net-im')
-rw-r--r--net-im/meanwhile/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile
index 8eee4be81802..dd8c55daf4cb 100644
--- a/net-im/meanwhile/Makefile
+++ b/net-im/meanwhile/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meanwhile
PORTVERSION= 1.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= SF
@@ -15,6 +15,7 @@ USES= pkgconfig gmake pathfix
USE_GNOME= glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+USE_GCC= any
CONFIGURE_ARGS= --enable-doxygen=no \
--with-gmp-prefix=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION