pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libheif



Module Name:    pkgsrc
Committed By:   dholland
Date:           Wed Apr  2 22:29:49 UTC 2025

Modified Files:
        pkgsrc/graphics/libheif: buildlink3.mk

Log Message:
graphics/libheif: also remove the bl3 clause pointing at libheif-cxx11

(it is no longer needed after the previous commits)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/libheif/buildlink3.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/libheif/buildlink3.mk
diff -u pkgsrc/graphics/libheif/buildlink3.mk:1.14 pkgsrc/graphics/libheif/buildlink3.mk:1.15
--- pkgsrc/graphics/libheif/buildlink3.mk:1.14  Wed Apr  2 22:19:11 2025
+++ pkgsrc/graphics/libheif/buildlink3.mk       Wed Apr  2 22:29:49 2025
@@ -1,15 +1,9 @@
-# $NetBSD: buildlink3.mk,v 1.14 2025/04/02 22:19:11 riastradh Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2025/04/02 22:29:49 dholland Exp $
 
 BUILDLINK_TREE+=       libheif
 
 .include "../../mk/compiler.mk"
 
-.if ${CC_VERSION:Mgcc-[3456789].*} || \
-    ${CC_VERSION:Mgcc-10.*} || ${CC_VERSION:Mgcc-11.*}
-# this defines LIBHEIF_BUILDLINK3_MK so the next sections aren't used
-.  include "../../graphics/libheif-cxx11/buildlink3.mk"
-.endif
-
 .if !defined(LIBHEIF_BUILDLINK3_MK)
 LIBHEIF_BUILDLINK3_MK:=
 



Home | Main Index | Thread Index | Old Index