pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libstark
Module Name: pkgsrc
Committed By: nia
Date: Sat Sep 24 08:17:16 UTC 2022
Modified Files:
pkgsrc/security/libstark: Makefile
Log Message:
libstark: requires sse4, mark as x86_64-only
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/libstark/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libstark/Makefile
diff -u pkgsrc/security/libstark/Makefile:1.1 pkgsrc/security/libstark/Makefile:1.2
--- pkgsrc/security/libstark/Makefile:1.1 Mon Oct 28 17:46:58 2019
+++ pkgsrc/security/libstark/Makefile Sat Sep 24 08:17:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/10/28 17:46:58 agc Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/24 08:17:16 nia Exp $
DISTNAME= libstark-20191018
CATEGORIES= security devel
@@ -19,6 +19,9 @@ USE_LANGUAGES= c c++11
AUTO_MKDIRS= yes
+# supposedly requires sse4
+ONLY_FOR_PLATFORM+= *-*-x86_64
+
do-install:
for f in stark-dpm stark-tinyram; do \
${INSTALL_PROGRAM} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/bin/; \
Home |
Main Index |
Thread Index |
Old Index