pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/inlyne



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 19:36:03 UTC 2025

Modified Files:
        pkgsrc/textproc/inlyne: Makefile

Log Message:
textproc/inlyne: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/inlyne/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/inlyne/Makefile
diff -u pkgsrc/textproc/inlyne/Makefile:1.14 pkgsrc/textproc/inlyne/Makefile:1.15
--- pkgsrc/textproc/inlyne/Makefile:1.14        Wed Apr  2 17:55:36 2025
+++ pkgsrc/textproc/inlyne/Makefile     Thu Apr 10 19:36:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/04/02 17:55:36 pin Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/10 19:36:03 pin Exp $
 
 DISTNAME=      inlyne-0.5.0
 CATEGORIES=    textproc
@@ -11,7 +11,7 @@ COMMENT=      GPU powered, browserless, markd
 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