pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools415 Explicitely disable golang; shoul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48da921614e7
branches:  trunk
changeset: 375409:48da921614e7
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sun Mar 13 20:44:56 2022 +0000

description:
Explicitely disable golang; should fix build when there is a go compiler
in $PATH. Idea from Benny Siegert

diffstat:

 sysutils/xentools415/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5d1535d72a86 -r 48da921614e7 sysutils/xentools415/Makefile
--- a/sysutils/xentools415/Makefile     Sun Mar 13 19:36:08 2022 +0000
+++ b/sysutils/xentools415/Makefile     Sun Mar 13 20:44:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/03/04 17:54:08 bouyer Exp $
+# $NetBSD: Makefile,v 1.11 2022/03/13 20:44:56 bouyer Exp $
 #
 VERSION=       4.15.2
 
@@ -58,7 +58,7 @@
 USE_LANGUAGES=         c c++
 
 GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --enable-rpath
+CONFIGURE_ARGS+=       --enable-rpath --disable-golang
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
 
 MAKE_ENV+=             PREFIX=${prefix:Q} WRKSRC=${WRKSRC}



Home | Main Index | Thread Index | Old Index