summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache>2012-03-09 14:41:48 +0000
committerobache <obache>2012-03-09 14:41:48 +0000
commit532d96f9f45f68eb9f0f0c52e105fec5f390e5fc (patch)
treef6a54495a04bd3c5bb6570def1598f76f0d2b925 /devel
parent531de3473d8058ad3a962aa2cd63603a634e80b1 (diff)
downloadpkgsrc-532d96f9f45f68eb9f0f0c52e105fec5f390e5fc.tar.gz
require `aclocal` before `automake'.
fixes PR 46159.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib2/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib2/options.mk b/devel/glib2/options.mk
index cf6b1962c7a..22fa25d87ad 100644
--- a/devel/glib2/options.mk
+++ b/devel/glib2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2012/01/17 16:51:04 jmmv Exp $
+# $NetBSD: options.mk,v 1.13 2012/03/09 14:41:48 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.glib2
PKG_SUPPORTED_OPTIONS= kqueue
@@ -24,6 +24,7 @@ PATCH_DIST_STRIP= -p0
USE_TOOLS+= autoconf autoheader automake
pre-configure: regen-autotools
regen-autotools:
+ cd ${WRKSRC} && aclocal
cd ${WRKSRC} && automake
cd ${WRKSRC} && autoheader
cd ${WRKSRC} && autoconf