pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zbar: Explicitly disable NLS support
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Jun 14 13:13:55 2020 +0200
Changeset: 1685cedbf89a2e200cdf60af8c2346afa8c02e7e
Modified Files:
zbar/Makefile
Removed Files:
zbar/TODO
Log Message:
zbar: Explicitly disable NLS support
Now zbar build and install correctly... possibly investigate if it can be handy
to have an `nls' option or similar.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1685cedbf89a2e200cdf60af8c2346afa8c02e7e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zbar/Makefile | 1 +
zbar/TODO | 9 ---------
2 files changed, 1 insertion(+), 9 deletions(-)
diffs:
diff --git a/zbar/Makefile b/zbar/Makefile
index dee1cf04d5..b49f606bf6 100644
--- a/zbar/Makefile
+++ b/zbar/Makefile
@@ -15,6 +15,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-jpeg
+CONFIGURE_ARGS+= --disable-nls
CONFIGURE_ARGS+= --disable-video
CONFIGURE_ARGS+= --without-gtk
CONFIGURE_ARGS+= --without-python
diff --git a/zbar/TODO b/zbar/TODO
deleted file mode 100644
index 5ac4f1a128..0000000000
--- a/zbar/TODO
+++ /dev/null
@@ -1,9 +0,0 @@
-Builds fails with:
-
- | Making all in .
- | CC zbarimg/zbarimg-zbarimg.o
- | zbarimg/zbarimg.c:43:10: fatal error: ../zbar/gettext.h: No such file or directory
- | #include "../zbar/gettext.h"
- | ^~~~~~~~~~~~~~~~~~~
- | compilation terminated.
- | *** [zbarimg/zbarimg-zbarimg.o] Error code 1
Home |
Main Index |
Thread Index |
Old Index