diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-29 22:53:25 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-29 22:53:25 +0000 |
commit | f7d2c3ea3e037a0e21af4b04c3a17c5cf394207e (patch) | |
tree | b7f8b137fb24283a3de752d1d9aa52cdf1981f06 /net-im/telepathy-gabble | |
parent | 2b6741e81f1f5b2919d0628a662f1f34af077399 (diff) | |
download | ports-f7d2c3ea3e037a0e21af4b04c3a17c5cf394207e.tar.gz ports-f7d2c3ea3e037a0e21af4b04c3a17c5cf394207e.zip |
Notes
Diffstat (limited to 'net-im/telepathy-gabble')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index d7bd49db9604..c06031855d23 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -28,6 +28,8 @@ LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes +CONFIGURE_ARGS= --disable-Werror LDFLAGS+= ${PTHREAD_LIBS} USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig glib20 |