summaryrefslogtreecommitdiff
path: root/devel/glib2
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-09-19 11:45:22 +0000
committerryoon <ryoon@pkgsrc.org>2013-09-19 11:45:22 +0000
commit6e43c892214669faf2a79aa19bffaae5b348c5e5 (patch)
treef59971fefb6b7d23b4deb3f93307c4c034823afe /devel/glib2
parente4e391bd35c5e7aa4955c6e7c58726498def5693 (diff)
downloadpkgsrc-6e43c892214669faf2a79aa19bffaae5b348c5e5.tar.gz
Introduce --disable-maintainer-mode to CONFIGURE_ARGS.
Suggested by obache@, thank you. And remove pre-configure target, it is obsoleted by --disable-maintainer-mode.
Diffstat (limited to 'devel/glib2')
-rw-r--r--devel/glib2/Makefile.common9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/glib2/Makefile.common b/devel/glib2/Makefile.common
index d2d0d708a80..0674903fbe6 100644
--- a/devel/glib2/Makefile.common
+++ b/devel/glib2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2013/09/17 16:42:00 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.33 2013/09/19 11:45:22 ryoon Exp $
#
# used by devel/glib2/Makefile
# used by devel/gdbus-codegen/Makefile
@@ -38,6 +38,8 @@ CONFIGURE_ARGS+= --with-pcre=system
CONFIGURE_ARGS+= --disable-dtrace
CONFIGURE_ARGS+= --disable-man # Requires xsltproc and Docbook.
CONFIGURE_ARGS+= --disable-modular-tests
+# Avoid unnecessary autotools invocation.
+CONFIGURE_ARGS+= --disable-maintainer-mode
CONFIGURE_ARGS.gnu-iconv+= --with-libiconv=gnu
@@ -91,8 +93,3 @@ SUBST_FILES.dbusdb+= gio/gdbusprivate.c
SUBST_FILES.dbusdb+= po/glib20.pot
SUBST_FILES.dbusdb+= po/*.po
SUBST_SED.dbusdb= -e 's,/var/lib/dbus,${VARBASE}/db/dbus,g'
-
-pre-configure:
- ${TOUCH} ${WRKSRC}/configure ${WRKSRC}/ac*.m4 \
- ${WRKSRC}/config.h.in ${WRKSRC}/Makefile.* \
- ${WRKSRC}/m4macros/* ${WRKSRC}/glib/libcharset/*.m4