aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-03-25 21:48:32 +0000
committerBrad Davis <brd@FreeBSD.org>2018-03-25 21:48:32 +0000
commit2912095c181608bdfe36fcb46484048442c5b144 (patch)
treeb0fc7deb9b188ae45b5edeff72f90392e8b7e426 /x11-fm
parent1f5755641b7a2a59af91753c2313af2441393a05 (diff)
downloadports-2912095c181608bdfe36fcb46484048442c5b144.tar.gz
ports-2912095c181608bdfe36fcb46484048442c5b144.zip
Fix build on ppc64 by specifying what is needed from the compiler.
PR: 225635 Submitted by: jhibbits Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=465547
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/sushi/Makefile3
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