pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zbar: Spell `--without-x' correctly (`--with-x=no'!)
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Dec 4 10:24:46 2019 +0100
Changeset: 62e6e8f8b13a5a11e5adcab241ed6b77c2915f70
Modified Files:
zbar/options.mk
Log Message:
zbar: Spell `--without-x' correctly (`--with-x=no'!)
Now building with `-x11' is properly honored again.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=62e6e8f8b13a5a11e5adcab241ed6b77c2915f70
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zbar/options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/zbar/options.mk b/zbar/options.mk
index 16e709403d..6911b7acdf 100644
--- a/zbar/options.mk
+++ b/zbar/options.mk
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --with-xv
. include "../../x11/libICE/buildlink3.mk"
. include "../../x11/libSM/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --without-x
+CONFIGURE_ARGS+= --with-x=no
CONFIGURE_ARGS+= --without-xshm
CONFIGURE_ARGS+= --without-xv
.endif
Home |
Main Index |
Thread Index |
Old Index