diff options
author | thorpej <thorpej@pkgsrc.org> | 1997-11-20 03:02:39 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1997-11-20 03:02:39 +0000 |
commit | 25f607257316ce58ec593bea4bde50f852f9acd9 (patch) | |
tree | b7d31d497562777b006cc3f8615f0884c036dc7d /archivers/unzip | |
parent | 4eed590d5b240a0865413a50305339ff9e813392 (diff) | |
download | pkgsrc-25f607257316ce58ec593bea4bde50f852f9acd9.tar.gz |
Make this package compile under NetBSD.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/unzip/patches/patch-ab b/archivers/unzip/patches/patch-ab new file mode 100644 index 00000000000..2f39361c97e --- /dev/null +++ b/archivers/unzip/patches/patch-ab @@ -0,0 +1,11 @@ +--- unix/Makefile.orig Wed Nov 19 18:47:29 1997 ++++ unix/Makefile Wed Nov 19 18:47:43 1997 +@@ -560,7 +560,7 @@ + bsd: _bsd # generic BSD (BSD 4.2 & Ultrix handled in unzip.h) + + _bsd: unix_make +- $(MAKE) unzips CF="$(CF) -DBSD" ++ $(MAKE) unzips CF="$(CF) -DBSD -DUNIX" + + #---------------------------------------------------------------------------- + # SysV group (for extern long timezone and ioctl.h instead of sgtty.h): |