pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnome-keyring Fix build on HPUX:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d610955bb67
branches:  trunk
changeset: 538327:4d610955bb67
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Feb 06 00:36:06 2008 +0000

description:
Fix build on HPUX:
in HP's alternate universe, MAP_ANON is called MAP_ANONYMOUS.

diffstat:

 security/gnome-keyring/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 205db6921c7e -r 4d610955bb67 security/gnome-keyring/Makefile
--- a/security/gnome-keyring/Makefile   Tue Feb 05 22:59:05 2008 +0000
+++ b/security/gnome-keyring/Makefile   Wed Feb 06 00:36:06 2008 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index