pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lensfun



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 30 12:12:29 UTC 2021

Modified Files:
        pkgsrc/graphics/lensfun: Makefile

Log Message:
lensfun: disable SSE on non-x86_64


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/lensfun/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/lensfun/Makefile
diff -u pkgsrc/graphics/lensfun/Makefile:1.36 pkgsrc/graphics/lensfun/Makefile:1.37
--- pkgsrc/graphics/lensfun/Makefile:1.36       Fri Dec  4 20:45:22 2020
+++ pkgsrc/graphics/lensfun/Makefile    Sun May 30 12:12:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/12/04 20:45:22 nia Exp $
+# $NetBSD: Makefile,v 1.37 2021/05/30 12:12:29 nia Exp $
 
 DISTNAME=      lensfun-0.3.2
 PKGREVISION=   3
@@ -20,6 +20,11 @@ REPLACE_PYTHON+=     apps/lensfun-update-dat
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${MACHINE_ARCH} != "x86_64"
+CMAKE_ARGS+=           -DBUILD_FOR_SSE=OFF
+CMAKE_ARGS+=           -DBUILD_FOR_SSE2=OFF
+.endif
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 # png: for test programs only



Home | Main Index | Thread Index | Old Index