diff options
author | marcus <marcus@FreeBSD.org> | 2014-02-06 03:54:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2014-02-06 03:54:26 +0800 |
commit | 3f338cd0ec3afc8d61216aff5453c48c80629285 (patch) | |
tree | cc5f6d839e24ec53defb3c0e16bc8654af402cfe /net-im/meanwhile | |
parent | da353146bf8f756545dbce862e9e9b8729ce33aa (diff) | |
download | freebsd-ports-gnome-3f338cd0ec3afc8d61216aff5453c48c80629285.tar.gz freebsd-ports-gnome-3f338cd0ec3afc8d61216aff5453c48c80629285.tar.zst freebsd-ports-gnome-3f338cd0ec3afc8d61216aff5453c48c80629285.zip |
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>
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r-- | net-im/meanwhile/Makefile | 3 |
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 |