diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-08-07 19:07:05 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-08-07 19:07:05 +0000 |
commit | a16b6fedbcb38e8e91d404239fce94a0e01c3c96 (patch) | |
tree | db5687d1cc3644c84a6c3ce54712112dc0da6e80 | |
parent | e8ce060e27695cb5977a71d60124fa9526a3aa88 (diff) | |
download | pkgsrc-a16b6fedbcb38e8e91d404239fce94a0e01c3c96.tar.gz |
webkit-gtk: drop now duplicated GCC special handling block (NFC)
Equivalent code is now present in mk/compiler/gcc.mk.
-rw-r--r-- | www/webkit-gtk/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index b109c5d9507..cad38af83aa 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.232 2022/08/07 15:45:38 leot Exp $ +# $NetBSD: Makefile,v 1.233 2022/08/07 19:07:05 gutteridge Exp $ DISTNAME= webkitgtk-2.36.6 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -26,18 +26,6 @@ CTF_SUPPORTED= no # GCC >= 8 is required, it no longer builds with lower versions. GCC_REQD+= 8 -USE_GCC_RUNTIME= yes - -.include "../../mk/bsd.prefs.mk" - -# This package will link against libstdc++.so from the pkgsrc GCC when the -# base OS GCC doesn't meet the minimum requirement. Thus we do this so the -# appropriate gcc-libs package will be captured as a dependency, otherwise -# binary packages will be broken. See also PR pkg/56604. -.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099915 -USE_PKGSRC_GCC= yes -USE_PKGSRC_GCC_RUNTIME= yes -.endif PKGCONFIG_OVERRIDE+= Source/JavaScriptCore/javascriptcoregtk.pc.in PKGCONFIG_OVERRIDE+= Source/WebKit/gtk/webkit2gtk-web-extension.pc.in |