diff options
author | tnn <tnn> | 2007-09-22 17:07:29 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-09-22 17:07:29 +0000 |
commit | 943d23a95ecd83b8f979ef7e59d9f3cdded992b6 (patch) | |
tree | 26f9c5a9c86d99b673a07f4dad71f6984fb6753d /devel | |
parent | dbc1ea684b21b182ccf1c5540315b45d4eb47563 (diff) | |
download | pkgsrc-943d23a95ecd83b8f979ef7e59d9f3cdded992b6.tar.gz |
configure fails to detect mmap support on HPUX. Force it, because mmap
support in glib2 is required by gtk2's icon cache as of gtk2+-2.12.0.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index c67fbab9527..b5368ed8f7b 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2007/09/18 17:37:02 tnn Exp $ +# $NetBSD: Makefile,v 1.122 2007/09/22 17:07:29 tnn Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. @@ -73,6 +73,10 @@ SUBST_MESSAGE.thr= Fixing libgthread. CONFIGURE_ENV+= gt_cv_c_wchar_t=no .endif +.if ${OPSYS} == "HPUX" +CONFIGURE_ENV+= ac_cv_func_mmap_fixed_mapped=yes +.endif + # Handle directories shared with devel/glib. PRINT_PLIST_AWK+= /^@dirrm include\/glib$$/ \ { print "@unexec $${RMDIR} %D/" $$2 \ |