pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgpg-error Include gettext-lib/buildlink3.m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aa6d496514e
branches:  trunk
changeset: 482076:4aa6d496514e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Oct 19 17:40:37 2004 +0000

description:
Include gettext-lib/buildlink3.mk so that libtoolized packages
depending on this package can link correctly with pkgsrc libintl.

diffstat:

 security/libgpg-error/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3ed9c9a55a67 -r 4aa6d496514e security/libgpg-error/buildlink3.mk
--- a/security/libgpg-error/buildlink3.mk       Tue Oct 19 17:00:56 2004 +0000
+++ b/security/libgpg-error/buildlink3.mk       Tue Oct 19 17:40:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/15 18:21:56 minskim Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/10/19 17:40:37 minskim Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBGPG_ERROR_BUILDLINK3_MK:=   ${LIBGPG_ERROR_BUILDLINK3_MK}+
@@ -16,4 +16,6 @@
 BUILDLINK_PKGSRCDIR.libgpg-error?=     ../../security/libgpg-error
 .endif # LIBGPG_ERROR_BUILDLINK3_MK
 
+.include "../../devel/gettext-lib/buildlink3.mk"
+
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index