aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtksourceview3
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-toolkits/gtksourceview3
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-toolkits/gtksourceview3')
-rw-r--r--x11-toolkits/gtksourceview3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile
index c33768eca4b8..d6d6e1f53553 100644
--- a/x11-toolkits/gtksourceview3/Makefile
+++ b/x11-toolkits/gtksourceview3/Makefile
@@ -19,7 +19,8 @@ PORTSCOUT= limitw:1,even
BUILD_DEPENDS= vala:lang/vala
-USES+= gettext gmake gnome libtool pathfix pkgconfig
+USES+= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig
+USE_CSTD= c11
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \
introspection:build libxml2 referencehack
GNU_CONFIGURE= yes