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 detection of PAM support un...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03009eec5d42
branches:  trunk
changeset: 534964:03009eec5d42
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Nov 04 14:36:05 2007 +0000

description:
Fix detection of PAM support under Mac OS X to get "pam_gnome_keyring.la"
built. Bump package revision because package was previously incomplete
and the package list incorrect.

diffstat:

 security/gnome-keyring/Makefile |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 612bc218aa24 -r 03009eec5d42 security/gnome-keyring/Makefile
--- a/security/gnome-keyring/Makefile   Sun Nov 04 12:36:13 2007 +0000
+++ b/security/gnome-keyring/Makefile   Sun Nov 04 14:36:05 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2007/10/31 20:20:30 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.30 2007/11/04 14:36:05 tron Exp $
 
 DISTNAME=      gnome-keyring-2.20.1
+PKGREVISION=   1
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.20/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,6 +22,13 @@
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.6.0
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.6.0
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin"
+pre-configure:
+       ${LN} -fs /usr/include/pam ${BUILDLINK_DIR}/include/security
+.endif
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index