pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libltdl Specialized bl3 include used to intercep...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4be53be48445
branches: trunk
changeset: 482006:4be53be48445
user: tv <tv%pkgsrc.org@localhost>
date: Sun Oct 17 15:34:27 2004 +0000
description:
Specialized bl3 include used to intercept "convenience" copies of libltdl
embedded within program source, which is often not very up-to-date.
diffstat:
devel/libltdl/convenience.mk | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 47a489a04164 -r 4be53be48445 devel/libltdl/convenience.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libltdl/convenience.mk Sun Oct 17 15:34:27 2004 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: convenience.mk,v 1.1 2004/10/17 15:34:27 tv Exp $
+# Override "libltdlc.la" -- the libltdl "convenience" library embedded into
+# programs that ship with libltdl.
+
+post-patch: fix-libltdlc
+fix-libltdlc:
+ ${ECHO} 'all install:' >${WRKSRC}/libltdl/Makefile.in
+ ${ECHO} 'all install:' >${WRKSRC}/libltdl/Makefile
+ ${RM} -f ${WRKSRC}/libltdl/Makefile.am ${WRKSRC}/libltdl/configure*
+ ${LN} -fs ${BUILDLINK_DIR}/include/ltdl.h ${WRKSRC}/libltdl/ltdl.h
+ ${LN} -fs ${BUILDLINK_DIR}/lib/libltdl.la ${WRKSRC}/libltdl/libltdlc.la
+
+.include "../../devel/libltdl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index