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:           Thu May 18 02:16:04 UTC 2023

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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 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.246 pkgsrc/www/webkit-gtk/Makefile:1.247
--- pkgsrc/www/webkit-gtk/Makefile:1.246        Wed Apr 19 08:08:50 2023
+++ pkgsrc/www/webkit-gtk/Makefile      Thu May 18 02:16:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.246 2023/04/19 08:08:50 adam Exp $
+# $NetBSD: Makefile,v 1.247 2023/05/18 02:16:04 gutteridge Exp $
 
 DISTNAME=      webkitgtk-2.36.8
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -27,13 +27,6 @@ CTF_SUPPORTED=       no
 # GCC >= 8 is required, it no longer builds with lower versions.
 GCC_REQD+=             8
 
-.include "../../mk/bsd.prefs.mk"
-
-.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
 PKGCONFIG_OVERRIDE+=   Source/WebKit/gtk/webkit2gtk.pc.in



Home | Main Index | Thread Index | Old Index