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:           Thu Jun 23 09:32:57 UTC 2022

Modified Files:
        pkgsrc/graphics/darktable: hacks.mk

Log Message:
darktable: Only enable hack when GCC is in use.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/darktable/hacks.mk

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/hacks.mk
diff -u pkgsrc/graphics/darktable/hacks.mk:1.1 pkgsrc/graphics/darktable/hacks.mk:1.2
--- pkgsrc/graphics/darktable/hacks.mk:1.1      Thu Jun 23 07:08:36 2022
+++ pkgsrc/graphics/darktable/hacks.mk  Thu Jun 23 09:32:57 2022
@@ -1,10 +1,10 @@
-# $NetBSD: hacks.mk,v 1.1 2022/06/23 07:08:36 nia Exp $
+# $NetBSD: hacks.mk,v 1.2 2022/06/23 09:32:57 nia Exp $
 
 .if !defined(DARKTABLE_HACKS_MK)
 DARKTABLE_HACKS_MK:=
 
 .  include "../../mk/bsd.fast.prefs.mk"
-.  if ${OPSYS} == "NetBSD"
+.  if ${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:M*gcc*)
 PKG_HACKS+=            disable-graphite-opt
 # Disable some of the more ridiculous compiler flags being used, that are
 # creating build failures with the system compiler on NetBSD due to the



Home | Main Index | Thread Index | Old Index