pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/zxing-cpp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 07:13:25 UTC 2026

Modified Files:
        pkgsrc/graphics/zxing-cpp: buildlink3.mk

Log Message:
zxing-cpp: fix path to itself


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/zxing-cpp/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/zxing-cpp/buildlink3.mk
diff -u pkgsrc/graphics/zxing-cpp/buildlink3.mk:1.6 pkgsrc/graphics/zxing-cpp/buildlink3.mk:1.7
--- pkgsrc/graphics/zxing-cpp/buildlink3.mk:1.6 Thu Mar 12 00:59:16 2026
+++ pkgsrc/graphics/zxing-cpp/buildlink3.mk     Thu Mar 12 07:13:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2026/03/12 00:59:16 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2026/03/12 07:13:25 wiz Exp $
 
 BUILDLINK_TREE+=       zxing-cpp
 
@@ -9,7 +9,7 @@ USE_CXX_FEATURES+=                      c++17
 
 BUILDLINK_API_DEPENDS.zxing-cpp+=      zxing-cpp>=1.2.0
 BUILDLINK_ABI_DEPENDS.zxing-cpp+=      zxing-cpp>=2.0.0
-BUILDLINK_PKGSRCDIR.zxing-cpp?=                ../../wip/zxing-cpp
+BUILDLINK_PKGSRCDIR.zxing-cpp?=                ../../graphics/zxing-cpp
 .endif # ZXING_CPP_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -zxing-cpp



Home | Main Index | Thread Index | Old Index