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:   abs
Date:           Thu May 25 19:20:54 UTC 2023

Modified Files:
        pkgsrc/www/arcticfox: Makefile

Log Message:
Set SSP_SUPPORTED=no for alpha also


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/www/arcticfox/Makefile:1.27
--- pkgsrc/www/arcticfox/Makefile:1.26  Wed May 24 15:51:18 2023
+++ pkgsrc/www/arcticfox/Makefile       Thu May 25 19:20:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/05/24 15:51:18 abs Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/25 19:20:54 abs Exp $
 
 DISTNAME=      arcticfox-41.0
 PKGREVISION=   1
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+=      --with-system-zlib
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
 # Without this NetBSD/sparc64 starts, but crashes on some sites
 SSP_SUPPORTED=no
 .endif



Home | Main Index | Thread Index | Old Index