pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/redlib



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 19:32:52 UTC 2025

Modified Files:
        pkgsrc/www/redlib: Makefile

Log Message:
www/redlib: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/redlib/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/redlib/Makefile
diff -u pkgsrc/www/redlib/Makefile:1.2 pkgsrc/www/redlib/Makefile:1.3
--- pkgsrc/www/redlib/Makefile:1.2      Sun Mar 30 08:53:00 2025
+++ pkgsrc/www/redlib/Makefile  Thu Apr 10 19:32:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/03/30 08:53:00 vins Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/10 19:32:52 pin Exp $
 
 DISTNAME=      redlib-0.36.0
 CATEGORIES=    www
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/redlib/redl
 COMMENT=       Private front-end for Reddit
 LICENSE=       gnu-agpl-v3
 
+# See, https://github.com/briansmith/ring/issues/1999
+.include "../../mk/compiler/i386-sse2.mk"
+
 CONFLICTS+=    libreddit-[0-9]*
 SUPERSEDES+=   libreddit-[0-9]*
 PREV_PKGPATH=  www/libreddit



Home | Main Index | Thread Index | Old Index