summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2011-10-09 20:31:22 +0000
committerjmmv <jmmv@pkgsrc.org>2011-10-09 20:31:22 +0000
commitcb9545b2cbb5da2634daded36df7c1b07d42dccb (patch)
treebe2f0bea6ea74d5d6d81639c645b2e52afa8589a
parenteec8eb170b8a53ca318516925b090ba32cf2eb12 (diff)
downloadpkgsrc-cb9545b2cbb5da2634daded36df7c1b07d42dccb.tar.gz
Run autoheader. Otherwise, HAVE_KQUEUE is not defined during the build
and... well, the kqueue support is built but not used! Now, running a test program provided by Dmitry DTRT (with the exception of two tests, which seem to be not working in macppc). Ride the previous revision bump.
-rw-r--r--devel/glib2/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/glib2/options.mk b/devel/glib2/options.mk
index d4ac39e7165..f0103918ed9 100644
--- a/devel/glib2/options.mk
+++ b/devel/glib2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2011/10/09 19:40:02 jmmv Exp $
+# $NetBSD: options.mk,v 1.9 2011/10/09 20:31:22 jmmv Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.glib2
PKG_SUPPORTED_OPTIONS= kqueue
@@ -21,9 +21,10 @@ PATCH_SITES= http://dmitrymatveev.co.uk/files/
PATCHFILES= glib-gio-kqueue-2.28.8-v0.patch
PATCH_DIST_STRIP= -p0
-USE_TOOLS+= automake autoconf
+USE_TOOLS+= autoconf autoheader automake
pre-configure: regen-autotools
regen-autotools:
cd ${WRKSRC} && automake
+ cd ${WRKSRC} && autoheader
cd ${WRKSRC} && autoconf
.endif