diff options
author | obache <obache@pkgsrc.org> | 2008-03-24 14:27:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-24 14:27:33 +0000 |
commit | fa8563bc17bfd62cd30f164cfa7519f12b653f11 (patch) | |
tree | ab6071cf2a945f593df8b8c6a00e67d51353e89e /devel | |
parent | 36c04fdf6c3c25e67502ca7eda18a5e3c3cb781c (diff) | |
download | pkgsrc-fa8563bc17bfd62cd30f164cfa7519f12b653f11.tar.gz |
Add glib_cv_rtldglobal_broken=no for internal glib-1.2.10 as devel/glib doing.
While here, cross-compilation support again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkg-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index e08713945c7..59d783401f0 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/03/04 09:22:27 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/03/24 14:27:33 obache Exp $ # DISTNAME= pkg-config-0.23 @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --cache-file=/dev/null .if ${OPSYS} == "NetBSD" CONFIGURE_ARGS+= glib_cv_sane_realloc=yes glib_cv_uscore=no +CONFIGURE_ARGS+= glib_cv_rtldglobal_broken=no .endif # needed for fifth test case |