pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2022Q3]: pkgsrc/www/arcticfox Pullup ticket #6695 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b0896c6b2ee
branches:  pkgsrc-2022Q3
changeset: 387719:0b0896c6b2ee
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Nov 05 18:00:09 2022 +0000

description:
Pullup ticket #6695 - requested by nia
www/arcticfox: arm build fix

Revisions pulled up:
- www/arcticfox/Makefile                                        1.16

---
   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.

diffstat:

 www/arcticfox/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d0b93ad7f3d2 -r 0b0896c6b2ee www/arcticfox/Makefile
--- a/www/arcticfox/Makefile    Sat Nov 05 17:58:53 2022 +0000
+++ b/www/arcticfox/Makefile    Sat Nov 05 18:00:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/09/11 12:52:09 wiz Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2022/11/05 18:00:09 bsiegert Exp $
 
 DISTNAME=      arcticfox-39.2
 PKGREVISION=   1
@@ -18,6 +18,9 @@
 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