pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/arcticfox



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct 26 13:55:17 UTC 2022

Modified Files:
        pkgsrc/www/arcticfox: Makefile

Log Message:
arcticfox: Use latest versions of config.guess/config.sub from pkgsrc.

Should help armv[6-7] builds, since arcticfox's embedded copy of ICU
still contains versions from 2013 that don't know about NetBSD arm
variants.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/arcticfox/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/arcticfox/Makefile
diff -u pkgsrc/www/arcticfox/Makefile:1.15 pkgsrc/www/arcticfox/Makefile:1.16
--- pkgsrc/www/arcticfox/Makefile:1.15  Wed Oct 12 16:09:28 2022
+++ pkgsrc/www/arcticfox/Makefile       Wed Oct 26 13:55:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/10/12 16:09:28 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/10/26 13:55:17 nia Exp $
 
 DISTNAME=      arcticfox-40.0
 CATEGORIES=    www
@@ -17,6 +17,9 @@ USE_TOOLS+=   zip unzip gmake
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 
+OVERRIDE_GNU_CONFIG_SCRIPTS=   # yes
+OVERRIDE_DIRDEPTH=             3
+
 CONFIGURE_ARGS+=       --disable-crashreporter
 CONFIGURE_ARGS+=       --disable-tests
 CONFIGURE_ARGS+=       --disable-debug



Home | Main Index | Thread Index | Old Index