diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-18 16:14:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-18 16:14:23 +0800 |
commit | b4f847b333aee56d4c19deeb8cc966fff73abd53 (patch) | |
tree | 985075045a3e320b7edb1a42256318fd6f5f3038 /mail | |
parent | 9b4b8f5dd119fd815d042cd6c5796894d89bfc48 (diff) | |
download | freebsd-ports-gnome-b4f847b333aee56d4c19deeb8cc966fff73abd53.tar.gz freebsd-ports-gnome-b4f847b333aee56d4c19deeb8cc966fff73abd53.tar.zst freebsd-ports-gnome-b4f847b333aee56d4c19deeb8cc966fff73abd53.zip |
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 5 | ||||
-rw-r--r-- | mail/geary/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index bd71ffe539fe..2876fdbac727 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -41,8 +41,9 @@ RUN_DEPENDS= highlight:textproc/highlight \ PORTSCOUT= limitw:1,even -USES= desktop-file-utils cmake gettext gnome iconv:wchar_t \ - sqlite libarchive localbase pathfix pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils cmake gettext gnome \ + iconv:wchar_t sqlite libarchive localbase pathfix pkgconfig \ + tar:xz USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 intltool GNU_CONFIGURE= yes USE_XORG= x11 diff --git a/mail/geary/Makefile b/mail/geary/Makefile index 6d587fc7d49c..88820f7eed9e 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ libsoup-2.4.so:devel/libsoup \ libenchant.so:textproc/enchant -USES= cmake:outsource desktop-file-utils gettext libtool \ +USES= cmake:outsource compiler:c11 desktop-file-utils gettext libtool \ localbase:ldflags pkgconfig shebangfix sqlite tar:xz USE_GNOME= cairo gnomedocutils gnomeprefix gtk30 intlhack introspection SHEBANG_FILES= desktop/geary-attach |