summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortnn <tnn>2008-02-06 00:36:06 +0000
committertnn <tnn>2008-02-06 00:36:06 +0000
commit9a59868a71a8efd2e4ba685f6702b6b03f484c54 (patch)
treeaa7f6c29ed8d3b25cda18a6fbc8a17714f75ffae /security
parentda2e8a730cc65aa4b6788fd954438ba29a617baa (diff)
downloadpkgsrc-9a59868a71a8efd2e4ba685f6702b6b03f484c54.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