1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Because of typedef redefinitions in webkit2-gtk3, this port now requires

USES=compiler:c11 to build on GCC-based architectures.

PR:		234980
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-01-22 12:39:29 +00:00
parent 0cc66bfc07
commit 3e961ac404
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490943

View File

@ -28,8 +28,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:misc/gnome-icon-
PORTSCOUT= limitw:1,even
USES= bison desktop-file-utils gettext gmake gnome libtool pathfix \
perl5 pkgconfig:both python shared-mime-info shebangfix tar:xz
USES= bison compiler:c11 desktop-file-utils gettext gmake gnome \
libtool pathfix perl5 pkgconfig:both python shared-mime-info \
shebangfix tar:xz
SHEBANG_FILES= plugins/project-wizard/templates/js_minimal/src/main.js \
plugins/tools/scripts/find-fixmes.pl \
plugins/tools/scripts/translation-status.pl \