pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/regress/buildlink-libtool regress/buildlink-libtool: f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa64bbde0cd7
branches: trunk
changeset: 331765:aa64bbde0cd7
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Mar 24 21:09:21 2019 +0000
description:
regress/buildlink-libtool: fix failing test
The comment above that test was a copy-and-paste error. It got almost 15
years old.
diffstat:
regress/buildlink-libtool/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 8e664b63b73e -r aa64bbde0cd7 regress/buildlink-libtool/Makefile
--- a/regress/buildlink-libtool/Makefile Sun Mar 24 21:05:20 2019 +0000
+++ b/regress/buildlink-libtool/Makefile Sun Mar 24 21:09:21 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/03/21 16:29:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/03/24 21:09:21 rillig Exp $
DISTNAME= regress-buildlink-libtool-0.0
CATEGORIES= regress
@@ -75,13 +75,13 @@
expected=""; \
${TEST_RESULT}
-# Check that the dependency_libs line of libregress2.lai is empty.
+# Check that libregress2.lai links with libregress1.lai.
do-regress: test2
test2:
@cd ${WRKSRC}; \
. .libs/libregress2.lai; \
test="$$dependency_libs"; \
- expected="-L${PREFIX}/lib -lregress1"; \
+ expected="${PREFIX}/lib/libregress1.la"; \
${TEST_RESULT}
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index