From 029041f52b2b51be06eded4323d9e8292b1e5429 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 28 Mar 2005 18:08:12 +0000 Subject: Fix for weird make problem from PR 28945. --- archivers/zip/distinfo | 3 ++- archivers/zip/patches/patch-ah | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 archivers/zip/patches/patch-ah (limited to 'archivers') diff --git a/archivers/zip/distinfo b/archivers/zip/distinfo index de9cacf83c0..6b5103bdc47 100644 --- a/archivers/zip/distinfo +++ b/archivers/zip/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 14:45:27 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/28 18:08:12 wiz Exp $ SHA1 (zip23.tar.gz) = 0600c93218e6acf1be75dd79da4244eabc8e16cf RMD160 (zip23.tar.gz) = e84f0ec91807e7f213ba28bac51499b9995191b9 @@ -13,3 +13,4 @@ SHA1 (patch-ad) = 3204a7769d0ba73b0eae5de3292e30bf23f485d3 SHA1 (patch-ae) = 7cb6cddb875af63dac6cfd9fe03b785f55f442ff SHA1 (patch-af) = 0c52e3619b304993ae190112e99b58235c283d0e SHA1 (patch-ag) = 2249ed52aa9c1f2bad5ef284247a031264b90f78 +SHA1 (patch-ah) = 99f2884b83747f1ed54a28b4284faa3be2e6b40f diff --git a/archivers/zip/patches/patch-ah b/archivers/zip/patches/patch-ah new file mode 100644 index 00000000000..bcf62dfa438 --- /dev/null +++ b/archivers/zip/patches/patch-ah @@ -0,0 +1,25 @@ +$NetBSD: patch-ah,v 1.1 2005/03/28 18:08:12 wiz Exp $ + +--- unix/Makefile.orig 1999-11-29 06:22:42.000000000 +0100 ++++ unix/Makefile +@@ -12,7 +12,6 @@ all: + + list: all + +-MAKE = make -f unix/Makefile + SHELL = /bin/sh + LN = ln -s + +@@ -154,10 +153,10 @@ flags: unix/configure + # Generic targets: + + generic: flags +- eval $(MAKE) zips `cat flags` ++ eval $(MAKE) -f unix/Makefile zips `cat flags` + + generic_gcc: +- $(MAKE) generic CC=gcc CPP="gcc -E" ++ $(MAKE) -f unix/Makefile generic CC=gcc CPP="gcc -E" + + # AT&T 6300 PLUS (don't know yet how to allocate 64K bytes): + att6300nodir: -- cgit v1.2.3