pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/zola



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 19:31:06 UTC 2025

Modified Files:
        pkgsrc/www/zola: Makefile

Log Message:
www/zola: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/zola/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/zola/Makefile
diff -u pkgsrc/www/zola/Makefile:1.20 pkgsrc/www/zola/Makefile:1.21
--- pkgsrc/www/zola/Makefile:1.20       Wed Apr  2 11:15:26 2025
+++ pkgsrc/www/zola/Makefile    Thu Apr 10 19:31:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/04/02 11:15:26 pin Exp $
+# $NetBSD: Makefile,v 1.21 2025/04/10 19:31:06 pin Exp $
 
 DISTNAME=      zola-0.19.2
 CATEGORIES=    www
@@ -12,7 +12,7 @@ COMMENT=      Static website generator
 LICENSE=       mit
 
 # See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
 
 TOOL_DEPENDS+=  cmake-[0-9]*:../../devel/cmake
 



Home | Main Index | Thread Index | Old Index