summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-06 00:36:06 +0000
committertnn <tnn@pkgsrc.org>2008-02-06 00:36:06 +0000
commit8732e18c6c1ffbf4621f63e2c13d6f312da6da96 (patch)
treeaa7f6c29ed8d3b25cda18a6fbc8a17714f75ffae /security
parent5f10ac155cb197db504024217efe974498e806c7 (diff)
downloadpkgsrc-8732e18c6c1ffbf4621f63e2c13d6f312da6da96.tar.gz
Fix build on HPUX:
in HP's alternate universe, MAP_ANON is called MAP_ANONYMOUS.
Diffstat (limited to 'security')
-rw-r--r--security/gnome-keyring/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 12a142a2a7b..6f4e29ceb2f 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/01/11 14:02:42 drochner Exp $
+# $NetBSD: Makefile,v 1.34 2008/02/06 00:36:06 tnn Exp $
DISTNAME= gnome-keyring-2.20.3
CATEGORIES= security gnome
@@ -18,6 +18,8 @@ USE_PKGLOCALEDIR= YES
PKGCONFIG_OVERRIDE= ${WRKSRC}/gnome-keyring-1.pc.in
+CFLAGS.HPUX+= -DMAP_ANON=MAP_ANONYMOUS
+
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0