pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Dec 12 09:22:54 UTC 2016

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

Log Message:
glib2: don't build with libmount on linux, avoids spurious dependency
on libmount-dev (not provided in pkgsrc, linux only)

no response from maintainer yet.
this package being broken on bulk builds leads to 3472 dependents being
broken, so commit anyway.

from mutek in PR pkg/51681


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/glib2/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/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.52 pkgsrc/devel/glib2/Makefile.common:1.53
--- pkgsrc/devel/glib2/Makefile.common:1.52     Fri Nov 25 12:42:21 2016
+++ pkgsrc/devel/glib2/Makefile.common  Mon Dec 12 09:22:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2016/11/25 12:42:21 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.53 2016/12/12 09:22:54 maya Exp $
 #
 # used by devel/glib2/Makefile
 # used by devel/gdbus-codegen/Makefile
@@ -37,6 +37,8 @@ CONFIGURE_ARGS+=      --disable-man  # Requir
 CONFIGURE_ARGS+=       --disable-modular-tests
 # Avoid unnecessary autotools invocation.
 CONFIGURE_ARGS+=       --disable-maintainer-mode
+# Avoid linux dependency on libmount-dev
+CONFIGURE_ARGS.Linux+= --disable-libmount
 
 # When ICONV_TYPE=gnu ensure we explicitly use the GNU version, to avoid
 # conflicts between iconv.h from converters/libiconv and builtin libiconv



Home | Main Index | Thread Index | Old Index