aboutsummaryrefslogtreecommitdiff
path: root/net-im/libaccounts-glib
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-10-04 20:19:46 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-10-04 20:19:46 +0000
commit4d5107aa63c7ed218213cd4ce5e1792416fb2af8 (patch)
tree6ccd5f86f2d7090f80ee6e09f1db1d3e00b6a3db /net-im/libaccounts-glib
parent2893a306e96acef1b8352ac1b979c0b1464c4115 (diff)
downloadports-4d5107aa63c7ed218213cd4ce5e1792416fb2af8.tar.gz
ports-4d5107aa63c7ed218213cd4ce5e1792416fb2af8.zip
net-im/libaccounts-glib: fix build on powerpc64
PR: 231916 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=481246
Diffstat (limited to 'net-im/libaccounts-glib')
-rw-r--r--net-im/libaccounts-glib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile
index 811b74ffb83a..0f7ffe945bb1 100644
--- a/net-im/libaccounts-glib/Makefile
+++ b/net-im/libaccounts-glib/Makefile
@@ -20,9 +20,10 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-tests --enable-gtk-doc
INSTALL_TARGET= install-strip
-USES= autoreconf gmake libtool pathfix pkgconfig python sqlite:3
+USES= autoreconf gmake gnome libtool pathfix pkgconfig python sqlite:3
USE_GNOME= pygobject3 introspection libxml2
USE_PYTHON= py3kplist
+CFLAGS_powerpc64= -Wno-error
# GitLab variables.
USE_GITLAB= yes