diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-10-05 04:19:46 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-10-05 04:19:46 +0800 |
commit | 29acbfd62f6aae5de63a2411f23197a0a2a8895a (patch) | |
tree | 6ccd5f86f2d7090f80ee6e09f1db1d3e00b6a3db /net-im | |
parent | 3ccd0b20c3a454c9afde4adaa11c58574fbc6937 (diff) | |
download | freebsd-ports-gnome-29acbfd62f6aae5de63a2411f23197a0a2a8895a.tar.gz freebsd-ports-gnome-29acbfd62f6aae5de63a2411f23197a0a2a8895a.tar.zst freebsd-ports-gnome-29acbfd62f6aae5de63a2411f23197a0a2a8895a.zip |
net-im/libaccounts-glib: fix build on powerpc64
PR: 231916
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libaccounts-glib/Makefile | 3 |
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 |