pkgsrc-WIP-changes archive

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

zbar: Remove not used bl3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Feb 26 18:34:35 2019 +0100
Changeset:	9417cbb095cc587cdb94785a87aae8cf49a05911

Modified Files:
	zbar/Makefile
	zbar/buildlink3.mk

Log Message:
zbar: Remove not used bl3

zbar failed linking because ImageMagick didn't included the liblqr bl3.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9417cbb095cc587cdb94785a87aae8cf49a05911

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zbar/Makefile      | 3 ---
 zbar/buildlink3.mk | 4 +---
 2 files changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/zbar/Makefile b/zbar/Makefile
index bb670c7975..3b4f21654f 100644
--- a/zbar/Makefile
+++ b/zbar/Makefile
@@ -38,7 +38,4 @@ PYTHON_FOR_BUILD_ONLY=	yes
 .include "../../lang/python/application.mk"
 
 .include "options.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../graphics/liblqr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/zbar/buildlink3.mk b/zbar/buildlink3.mk
index 5fab0734b9..3686ffb6f9 100644
--- a/zbar/buildlink3.mk
+++ b/zbar/buildlink3.mk
@@ -10,9 +10,7 @@ BUILDLINK_PKGSRCDIR.zbar?=	../../wip/zbar
 
 pkgbase:=	zbar
 .include "../../mk/pkg-build-options.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../graphics/liblqr/buildlink3.mk"
+
 .endif # ZBAR_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-zbar


Home | Main Index | Thread Index | Old Index