pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Aug  7 19:07:05 UTC 2022

Modified Files:
        pkgsrc/www/webkit-gtk: Makefile

Log Message:
webkit-gtk: drop now duplicated GCC special handling block (NFC)

Equivalent code is now present in mk/compiler/gcc.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 pkgsrc/www/webkit-gtk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit-gtk/Makefile
diff -u pkgsrc/www/webkit-gtk/Makefile:1.232 pkgsrc/www/webkit-gtk/Makefile:1.233
--- pkgsrc/www/webkit-gtk/Makefile:1.232        Sun Aug  7 15:45:38 2022
+++ pkgsrc/www/webkit-gtk/Makefile      Sun Aug  7 19:07:05 2022
@@ -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



Home | Main Index | Thread Index | Old Index