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 Jul  6 14:14:38 UTC 2023

Modified Files:
        pkgsrc/www/arcticfox: Makefile

Log Message:
Put SSP_SUPPORTED=no before bsd.prefs.mk include

>From Connor McLaughlan

Should fix running on sparc64 & alpha


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/www/arcticfox/Makefile:1.29
--- pkgsrc/www/arcticfox/Makefile:1.28  Mon May 29 10:28:37 2023
+++ pkgsrc/www/arcticfox/Makefile       Thu Jul  6 14:14:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/05/29 10:28:37 abs Exp $
+# $NetBSD: Makefile,v 1.29 2023/07/06 14:14:38 abs Exp $
 
 DISTNAME=      arcticfox-41.0
 PKGREVISION=   1
@@ -59,13 +59,13 @@ CONFIGURE_ARGS+=    --with-system-nss
 CONFIGURE_ARGS+=       --with-system-nspr
 CONFIGURE_ARGS+=       --with-system-zlib
 
-.include "../../mk/bsd.prefs.mk"
-
 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
 # Without this NetBSD/sparc64 starts, but crashes on some sites
 SSP_SUPPORTED=no
 .endif
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=         yasm>=1.1:../../devel/yasm
 .endif



Home | Main Index | Thread Index | Old Index