diff options
author | brd <brd@FreeBSD.org> | 2018-03-26 05:48:32 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2018-03-26 05:48:32 +0800 |
commit | 2b7ad5170c9053209bb6e51a2ea5200a1585a3e5 (patch) | |
tree | b0fc7deb9b188ae45b5edeff72f90392e8b7e426 /x11-fm | |
parent | 85f622881beec26b0d27666c8ebdaf9ecd0a4390 (diff) | |
download | freebsd-ports-gnome-2b7ad5170c9053209bb6e51a2ea5200a1585a3e5.tar.gz freebsd-ports-gnome-2b7ad5170c9053209bb6e51a2ea5200a1585a3e5.tar.zst freebsd-ports-gnome-2b7ad5170c9053209bb6e51a2ea5200a1585a3e5.zip |
Fix build on ppc64 by specifying what is needed from the compiler.
PR: 225635
Submitted by: jhibbits
Approved by: maintainer timeout
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/sushi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index 5432c505d16c..edd9688e91df 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= nautilus:x11-fm/nautilus PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig tar:xz +USE_CSTD= c11 INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gtksourceview3 intlhack introspection:build USE_LDCONFIG= yes |