pkgsrc-WIP-changes archive

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

zbar: Remove XXX comment regarding adding more options



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 2 11:41:00 2019 +0100
Changeset:	2760f64ccf5534d9188060a64c572142ce288ff4

Modified Files:
	zbar/Makefile

Log Message:
zbar: Remove XXX comment regarding adding more options

We can always add possible further option/support later if needed.

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

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

diffstat:
 zbar/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/zbar/Makefile b/zbar/Makefile
index 16b17403a7..4646f983da 100644
--- a/zbar/Makefile
+++ b/zbar/Makefile
@@ -16,7 +16,6 @@ USE_LIBTOOL=	yes
 USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++	# c++ needed only for test
 
-# XXX: should we move some of them to options.mk?
 CONFIGURE_ARGS+=	--with-jpeg
 CONFIGURE_ARGS+=	--disable-video
 CONFIGURE_ARGS+=	--without-gtk


Home | Main Index | Thread Index | Old Index