pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/lepton
Module Name: pkgsrc
Committed By: nia
Date: Thu May 15 09:04:12 UTC 2025
Modified Files:
pkgsrc/graphics/lepton: Makefile
Log Message:
lepton: Sprinkle ONLY_FOR_PLATFORM due to SSE.
While here, convert to USE_CXX_FEATURES.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/lepton/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/lepton/Makefile
diff -u pkgsrc/graphics/lepton/Makefile:1.4 pkgsrc/graphics/lepton/Makefile:1.5
--- pkgsrc/graphics/lepton/Makefile:1.4 Sun Sep 24 22:42:29 2023
+++ pkgsrc/graphics/lepton/Makefile Thu May 15 09:04:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/09/24 22:42:29 nros Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/15 09:04:12 nia Exp $
DISTNAME= lepton-1.2.1
PKGREVISION= 1
@@ -13,11 +13,16 @@ LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES+= c c++11
+USE_LANGUAGES+= c c++
USE_TOOLS+= autoconf autoreconf automake gmake makeinfo
AUTO_MKDIRS= yes
+USE_CXX_FEATURES+= c++11
+
+# Has a hard requirement on SSE.
+ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
+
CONFIGURE_ARGS+= --enable-system-dependencies
pre-configure:
Home |
Main Index |
Thread Index |
Old Index