summaryrefslogtreecommitdiff
path: root/security/gnome-keyring
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2009-01-11 20:32:18 +0000
committerahoka <ahoka@pkgsrc.org>2009-01-11 20:32:18 +0000
commit05ae0e14e907b1fe617ea9ee4635900d73376893 (patch)
tree52ffa7e7e533bd44a1afdd27e7f9e51421c5eec6 /security/gnome-keyring
parent21635bd649751e9410dc57a17b2563f6f8fc3ab8 (diff)
downloadpkgsrc-05ae0e14e907b1fe617ea9ee4635900d73376893.tar.gz
security/39313 strikes again
Do a workaround here too.
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r--security/gnome-keyring/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 4780d68702e..519ff982bc2 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2008/11/24 14:39:19 jmcneill Exp $
+# $NetBSD: Makefile,v 1.42 2009/01/11 20:32:18 ahoka Exp $
DISTNAME= gnome-keyring-2.24.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.24/}
EXTRACT_SUFX= .tar.bz2
@@ -31,6 +31,11 @@ GCONF_SCHEMAS+= gnome-keyring.schemas
CFLAGS.HPUX+= -DMAP_ANON=MAP_ANONYMOUS
+# Workaround a bug with NetBSD's openpam
+# The bug is described in PR security/39313
+#
+CFLAGS.NetBSD+= -DNO_STATIC_MODULES
+
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0