pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libltdl The libltdl directories need a "check" t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8cf28429ba7e
branches: trunk
changeset: 519560:8cf28429ba7e
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Oct 05 12:07:00 2006 +0000
description:
The libltdl directories need a "check" target as well. Otherwise
lang/kaffe does not pass the tests, for example.
diffstat:
devel/libltdl/convenience.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r b8311a4875dc -r 8cf28429ba7e devel/libltdl/convenience.mk
--- a/devel/libltdl/convenience.mk Thu Oct 05 11:22:35 2006 +0000
+++ b/devel/libltdl/convenience.mk Thu Oct 05 12:07:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: convenience.mk,v 1.7 2006/05/19 09:12:29 tonio Exp $
+# $NetBSD: convenience.mk,v 1.8 2006/10/05 12:07:00 rillig Exp $
#
# Override "libltdlc.la" -- the libltdl "convenience" library embedded into
# programs that ship with libltdl. Also override packages attempting to
@@ -12,8 +12,8 @@
@${ECHO} 'Fixing libltdl convenience library linkage.'
.for sd in ${LIBLTDL_CONVENIENCE_SUBDIR}
@cd ${WRKSRC}/${sd} && \
- ${ECHO} 'all install clean:' >Makefile.in && \
- ${ECHO} 'all install clean:' >Makefile && \
+ ${ECHO} 'all install clean check:' >Makefile.in && \
+ ${ECHO} 'all install clean check:' >Makefile && \
${RM} -f Makefile.am configure* ltdl.h *.la && \
${LN} -s ${BUILDLINK_DIR}/include/ltdl.h ltdl.h && \
${LN} -s ${BUILDLINK_DIR}/lib/libltdl.la libltdl.la && \
Home |
Main Index |
Thread Index |
Old Index