pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gpgme librfuncs is not needed on Solaris. Ide...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e7accf399bf
branches: trunk
changeset: 482762:1e7accf399bf
user: gavan <gavan%pkgsrc.org@localhost>
date: Tue Nov 02 20:44:26 2004 +0000
description:
librfuncs is not needed on Solaris. Ideally this would be detected by
infrastructure such as a builtin.mk file.
diffstat:
security/gpgme/buildlink3.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4e4a902da46d -r 1e7accf399bf security/gpgme/buildlink3.mk
--- a/security/gpgme/buildlink3.mk Tue Nov 02 20:42:24 2004 +0000
+++ b/security/gpgme/buildlink3.mk Tue Nov 02 20:44:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/23 15:00:48 shannonjr Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/11/02 20:44:26 gavan Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GPGME_BUILDLINK3_MK:= ${GPGME_BUILDLINK3_MK}+
@@ -17,6 +17,8 @@
.endif # GPGME_BUILDLINK3_MK
.include "../../security/libgpg-error/buildlink3.mk"
+.if ${OPSYS} != "SunOS"
.include "../../devel/librfuncs/buildlink3.mk"
+.endif
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index