pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pkg-config Add glib_cv_rtldglobal_broken=no for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9768752b6402
branches:  trunk
changeset: 540049:9768752b6402
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Mar 24 14:27:33 2008 +0000

description:
Add glib_cv_rtldglobal_broken=no for internal glib-1.2.10 as devel/glib doing.
While here, cross-compilation support again.

diffstat:

 devel/pkg-config/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 231abc2ad0ec -r 9768752b6402 devel/pkg-config/Makefile
--- a/devel/pkg-config/Makefile Mon Mar 24 11:51:58 2008 +0000
+++ b/devel/pkg-config/Makefile Mon Mar 24 14:27:33 2008 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index