summaryrefslogtreecommitdiff
path: root/dev-tcltk/tkimg/files/tkimg-1.4.13-test.patch
blob: 840e013b69158dd7f2a7b59f43616d01d9dc2773 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile.in	2022-02-17 20:34:02.134144390 +0100
+++ b/Makefile.in	2022-02-17 20:32:31.957625786 +0100
@@ -109,7 +109,7 @@
 	do	\
 		here=`pwd` && \
 		cd $$sub && \
-		$(MAKE) top_builddir=$$here test || exit $$? && \
+		$(MAKE) top_builddir=$$here libdir=.. test || exit $$? && \
 		cd $$here ; \
 	done