pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuuid



Module Name:    pkgsrc
Committed By:   roy
Date:           Sat Mar 14 09:59:01 UTC 2020

Modified Files:
        pkgsrc/devel/libuuid: Makefile.common

Log Message:
libuuid package does not depend on python, so disable finding it.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libuuid/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libuuid/Makefile.common
diff -u pkgsrc/devel/libuuid/Makefile.common:1.6 pkgsrc/devel/libuuid/Makefile.common:1.7
--- pkgsrc/devel/libuuid/Makefile.common:1.6    Sun Nov  3 10:39:19 2019
+++ pkgsrc/devel/libuuid/Makefile.common        Sat Mar 14 09:59:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2019/11/03 10:39:19 rillig Exp $
+# $NetBSD: Makefile.common,v 1.7 2020/03/14 09:59:01 roy Exp $
 # used by devel/libblkid/Makefile
 # used by devel/libuuid/Makefile
 # used by x11/mcookie/Makefile
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+=      --disable-all-programs
 CONFIGURE_ARGS+=       --disable-bash-completion
 CONFIGURE_ARGS+=       --without-ncurses
 CONFIGURE_ARGS+=       --without-ncursesw
+CONFIGURE_ARGS+=       --without-python
 
 # netbsd libintl lacks _nl_expand_alias, resulting in NLS being
 # disabled. for consistency, disable for all



Home | Main Index | Thread Index | Old Index