diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-06 23:33:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-06 23:33:46 +0000 |
commit | aacb1c29a6d437d01dbc1a3e839dc9f82a3e0195 (patch) | |
tree | 0195787e5e08fbe6314980fea638636124a89224 /x11-toolkits/gtksourceview3 | |
parent | 6ce5a81065a0fbfb451809d470d1b12850aa8157 (diff) |
Move compiler:c11 to the common USES case to fix the build on powerpc64.
PR: 221643
Reported by: solence at zoho dot eu
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=486808
Diffstat (limited to 'x11-toolkits/gtksourceview3')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 660d5a62a75c..6e14ff67b635 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget -USES= tar:xz +USES= compiler:c11 tar:xz PORTSCOUT= limitw:1,even @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even BUILD_DEPENDS= vala:lang/vala LIB_DEPENDS= libfribidi.so:converters/fribidi -USES+= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig +USES+= gettext gmake gnome libtool pathfix pkgconfig USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ introspection:build libxml2 referencehack |