pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hackernews-tui



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

Modified Files:
        pkgsrc/www/hackernews-tui: Makefile

Log Message:
www/hackernews-tui: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/hackernews-tui/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/hackernews-tui/Makefile
diff -u pkgsrc/www/hackernews-tui/Makefile:1.28 pkgsrc/www/hackernews-tui/Makefile:1.29
--- pkgsrc/www/hackernews-tui/Makefile:1.28     Wed Apr  2 17:47:06 2025
+++ pkgsrc/www/hackernews-tui/Makefile  Thu Apr 10 19:31:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2025/04/02 17:47:06 pin Exp $
+# $NetBSD: Makefile,v 1.29 2025/04/10 19:31:59 pin Exp $
 
 DISTNAME=      hackernews-TUI-0.13.5
 PKGNAME=       ${DISTNAME:tl}
@@ -12,7 +12,7 @@ COMMENT=      Terminal UI to browse Hacker Ne
 LICENSE=       mit
 
 # See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index