From 241b9027d3d7fcd1001b39fc997163c587941d78 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 20 Nov 1997 03:02:39 +0000 Subject: Make this package compile under NetBSD. --- archivers/unzip/patches/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 archivers/unzip/patches/patch-ab (limited to 'archivers') 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): -- cgit v1.2.3