pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/darktable
Module Name: pkgsrc
Committed By: nia
Date: Tue Oct 1 10:37:02 UTC 2024
Modified Files:
pkgsrc/graphics/darktable: Makefile
Log Message:
darktable: it's very picky about where it runs...
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 pkgsrc/graphics/darktable/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/darktable/Makefile
diff -u pkgsrc/graphics/darktable/Makefile:1.159 pkgsrc/graphics/darktable/Makefile:1.160
--- pkgsrc/graphics/darktable/Makefile:1.159 Mon Sep 16 07:20:14 2024
+++ pkgsrc/graphics/darktable/Makefile Tue Oct 1 10:37:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.159 2024/09/16 07:20:14 adam Exp $
+# $NetBSD: Makefile,v 1.160 2024/10/01 10:37:02 nia Exp $
DISTNAME= darktable-4.4.2
PKGREVISION= 13
@@ -17,6 +17,12 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool msgfmt pkg-config bash:run
+# see src/is_supported_platform.h
+ONLY_FOR_PLATFORM+= *-*-aarch64
+ONLY_FOR_PLATFORM+= *-*-powerpc64le
+ONLY_FOR_PLATFORM+= *-*-riscv64
+ONLY_FOR_PLATFORM+= *-*-x86_64
+
# "GNU C++ compiler version 10.4.0 is too old and is unsupported. Version 12+
# is required"
GCC_REQD+= 12
Home |
Main Index |
Thread Index |
Old Index