pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libuuid libuuid: on further thought, move nls di...
details: https://anonhg.NetBSD.org/pkgsrc/rev/caa871b039ef
branches: trunk
changeset: 372634:caa871b039ef
user: maya <maya%pkgsrc.org@localhost>
date: Tue Dec 12 20:56:09 2017 +0000
description:
libuuid: on further thought, move nls disable Makefile.common, the configure
script is shared by all the util-linux packages.
diffstat:
devel/libuuid/Makefile | 6 +-----
devel/libuuid/Makefile.common | 6 +++++-
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r 2d9f0ba3678f -r caa871b039ef devel/libuuid/Makefile
--- a/devel/libuuid/Makefile Tue Dec 12 20:52:19 2017 +0000
+++ b/devel/libuuid/Makefile Tue Dec 12 20:56:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/12/12 20:52:19 maya Exp $
+# $NetBSD: Makefile,v 1.23 2017/12/12 20:56:09 maya Exp $
.include "Makefile.common"
@@ -10,10 +10,6 @@
CONFIGURE_ARGS+= --enable-libuuid
CONFIGURE_ARGS+= --enable-uuidgen
-# netbsd libintl lacks _nl_expand_alias, resulting in NLS being
-# disabled. for consistency, disable for all
-CONFIGURE_ARGS+= --disable-nls
-
PKGCONFIG_OVERRIDE+= libuuid/uuid.pc.in
.include "../../mk/bsd.pkg.mk"
diff -r 2d9f0ba3678f -r caa871b039ef devel/libuuid/Makefile.common
--- a/devel/libuuid/Makefile.common Tue Dec 12 20:52:19 2017 +0000
+++ b/devel/libuuid/Makefile.common Tue Dec 12 20:56:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2017/12/08 08:03:35 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2017/12/12 20:56:09 maya Exp $
# used by devel/libblkid/Makefile
# used by devel/libuuid/Makefile
# used by x11/mcookie/Makefile
@@ -23,4 +23,8 @@
CONFIGURE_ARGS+= --without-ncurses
CONFIGURE_ARGS+= --without-ncursesw
+# netbsd libintl lacks _nl_expand_alias, resulting in NLS being
+# disabled. for consistency, disable for all
+CONFIGURE_ARGS+= --disable-nls
+
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index