openbsd-ports/archivers/zziplib/patches/patch-Makefile_in
eric e3fd9ebdb9 The zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
It also provides a functionality to overlay the archive filesystem
with the filesystem of the operating system environment.

help and ok merdely@
2007-12-10 21:22:48 +00:00

15 lines
683 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/12/10 21:22:48 eric Exp $
--- Makefile.in.orig Tue May 8 12:59:06 2007
+++ Makefile.in Tue May 8 12:59:18 2007
@@ -233,8 +233,8 @@ AUTOMAKE_OPTIONS = 1.4 foreign dist-bzip2
ACLOCAL_AMFLAGS = -I m4
WANT_AUTOMAKE = 1.7
WANT_AUTOCONF = 2.57
-DIST_SUBDIRS = zzip zzipwrap bins test docs SDL
-SUBDIRS = zzip zzipwrap bins test docs @SDL@
+DIST_SUBDIRS = zzip zzipwrap bins test SDL
+SUBDIRS = zzip zzipwrap bins test @SDL@
MSVC8 = msvc8/README.TXT msvc8/zip.exe msvc8/test1.zip msvc8/test.zip \
msvc8/zzdir.vcproj msvc8/zzipself.vcproj msvc8/zzip.vcproj \
msvc8/zziplib.sln msvc8/zzipsetstub.sln msvc8/zzobfuscated.sln \