openbsd-ports/archivers/lzo/patches/patch-Makefile.in
brad 6105968cc3 - use "cc -shared" on 2.8 and up to create shared libraries.
- add a test target as well as adding a patch to fix the lzo's test target
when using SEPARATE_BUILD.
2000-11-11 22:33:39 +00:00

12 lines
321 B
Plaintext

--- Makefile.in.orig Sat Nov 11 17:01:12 2000
+++ Makefile.in Sat Nov 11 17:01:36 2000
@@ -422,7 +422,7 @@
test: all
./ltest/ltest -mavail -n10 -q $(top_srcdir)/COPYING
- $(SHELL) -e util/check.sh $(top_srcdir)
+ $(SHELL) -e $(srcdir)/util/check.sh $(top_srcdir)
./tests/align
./tests/chksum
./examples/simple