pkgsrc-WIP-changes archive

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

wip/gnunet: comment options a bit more, use mk/jpeg.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sun Dec 1 17:01:50 2019 +0000
Changeset:	bef0f60ba5ff73abbd5eb93a7b4a09a9f22052cf

Modified Files:
	gnunet/options.mk

Log Message:
wip/gnunet: comment options a bit more, use mk/jpeg.

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

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

diffstat:
 gnunet/options.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index 86658f4894..120991bf79 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -141,8 +141,12 @@ CONFIGURE_ARGS+=	--without-libpulse
 .endif
 
 .if !empty(PKG_OPTIONS:Mzbar)
-.include "../../graphics/jpeg/buildlink3.mk"
 .include "../../wip/zbar/buildlink3.mk"
+# \todo: We should not require the includes below,
+# they are directly what zbar must provide!
+# Maybe we must use libjpeg, other jpegs are untested:
+# .include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"


Home | Main Index | Thread Index | Old Index