6ecb687722
Version 2.1a is not compatible with zlib 1.26+. Luckily this problem was fixed in version 2.2. Three patches were removed, and a few were tweaked. src/linux.c and src/win.c now have dos line endings. I used the technique seen in textproc/FlightCrew to convert these to unix endings after extraction. That should allow this package to build on all platforms where zip handling of line ending differs. Also defined GPLv3 license.
13 lines
387 B
Text
13 lines
387 B
Text
$NetBSD: patch-src-makefile.in,v 1.3 2012/08/12 02:03:15 marino Exp $
|
|
|
|
--- src/Makefile.in.orig 2012-04-16 16:11:55.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -1356,7 +1356,7 @@ install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
-install-am: all-am
|
|
+install-am:
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|