pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/mcookie mcookie: override configure script acciden...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8b90f63cca1
branches:  trunk
changeset: 362335:c8b90f63cca1
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri May 12 02:41:54 2017 +0000

description:
mcookie: override configure script accidentally finding
dragonflybsd cpu_set_t (it's pretty much made for linux,
the upstream name is 'util-linux'...)

indent to appease pkglint

diffstat:

 x11/mcookie/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 8180e461c2b2 -r c8b90f63cca1 x11/mcookie/Makefile
--- a/x11/mcookie/Makefile      Thu May 11 20:55:19 2017 +0000
+++ b/x11/mcookie/Makefile      Fri May 12 02:41:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/04/23 14:51:43 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/05/12 02:41:54 maya Exp $
 #
 # Changelog: see
 # https://git.kernel.org/cgit/utils/util-linux/util-linux.git/log/misc-utils/mcookie.c
@@ -18,12 +18,14 @@
 BUILD_TARGET=  mcookie
 EXTRACT_USING= bsdtar
 
-CONFIG_SHELL=  bash
-GNU_CONFIGURE= yes
-INFO_FILES=    yes
-USE_TOOLS+=    bash bsdtar gmake
+CONFIG_SHELL=          bash
+GNU_CONFIGURE=         yes
+INFO_FILES=            yes
+USE_TOOLS+=            bash bsdtar gmake
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 
+CONFIGURE_ENV.DragonFly+=      ac_cv_type_cpu_set_t=no
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mcookie ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/misc-utils/mcookie.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index