diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-02-23 09:27:09 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-02-23 09:27:09 +0000 |
commit | 83d6252c2aa13f8c70722219be1fe44cf9c8c8fc (patch) | |
tree | 0282cff9c9d33e510f5e1ae4225f01caa21b7a2a /www/webkit-gtk | |
parent | df070ebd5d405dcfe072656670b11b49d47b4b14 (diff) | |
download | pkgsrc-83d6252c2aa13f8c70722219be1fe44cf9c8c8fc.tar.gz |
SunOS needs -fpermissive too.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common index 1d3a66b8c5c..ba4c1a12914 100644 --- a/www/webkit-gtk/Makefile.common +++ b/www/webkit-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2012/12/31 00:34:37 sbd Exp $ +# $NetBSD: Makefile.common,v 1.20 2013/02/23 09:27:09 jperkin Exp $ # used by www/webkit-gtk/Makefile # used by www/webkit-gtk3/Makefile @@ -49,6 +49,8 @@ PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN} +CXXFLAGS.SunOS+= -fpermissive + BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1 .include "../../devel/glib2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |