diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-27 23:05:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-27 23:05:46 +0000 |
commit | 2a903be92d0b7c72d139cf0b83ce676abf15e596 (patch) | |
tree | 8f22116219f5ac14facc0a1eb59fbcd87a6e8af2 /graphics | |
parent | 38bbd0607d5b0a74f91cb8f22fd9eb64cb0188b1 (diff) | |
download | pkgsrc-2a903be92d0b7c72d139cf0b83ce676abf15e596.tar.gz |
Supports only x86.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 346034a3e01..2ef8353c673 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -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 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/darktable # 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 |