pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/darktable Supports only x86.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05ad6fd6b92d
branches:  trunk
changeset: 649007:05ad6fd6b92d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 27 23:05:46 2015 +0000

description:
Supports only x86.

diffstat:

 graphics/darktable/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d0fc4b19043c -r 05ad6fd6b92d graphics/darktable/Makefile
--- a/graphics/darktable/Makefile       Fri Mar 27 18:57:43 2015 +0000
+++ b/graphics/darktable/Makefile       Fri Mar 27 23:05:46 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/10/07 16:47:26 adam Exp $
+# $NetBSD: Makefile,v 1.51 2015/03/27 23:05:46 joerg Exp $
 
 DISTNAME=      darktable-1.2.3
 PKGREVISION=   8
@@ -38,6 +38,9 @@
 # NetBSD 6 libm is the first with exp2f(3)
 #NOT_FOR_PLATFORM= NetBSD-4*-* NetBSD-5.[0-8]*-*
 
+# Hard-coded use of SSE2
+ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
+
 .include "../../mk/bsd.fast.prefs.mk"
 .if ${MACHINE_ARCH} == "i386"
 # SSE alignment issues



Home | Main Index | Thread Index | Old Index