From 24ace8b0d6f7067ec2b98ec4c72b0c619269d60d Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Fri, 8 Apr 2016 20:12:51 +0200
Subject: unzip: bugfix for Darwin cross-compile

---
 package/unzip/patches/patch-unix_Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'package/unzip')

diff --git a/package/unzip/patches/patch-unix_Makefile b/package/unzip/patches/patch-unix_Makefile
index 842ef5493..d3e60346f 100644
--- a/package/unzip/patches/patch-unix_Makefile
+++ b/package/unzip/patches/patch-unix_Makefile
@@ -1,5 +1,5 @@
 --- unzip60.orig/unix/Makefile	2009-01-18 23:41:18.000000000 +0100
-+++ unzip60/unix/Makefile	2014-05-27 14:22:34.624111366 +0200
++++ unzip60/unix/Makefile	2016-04-07 22:58:30.000000000 +0200
 @@ -42,13 +42,13 @@
  # such as -DDOSWILD).
  
@@ -22,7 +22,7 @@
  
  generic_gcc:
 -	$(MAKE) $(MAKEF) generic CC=gcc IZ_BZIP2="$(IZ_BZIP2)"
-+	$(MAKE) $(MAKEF) generic CC=$(CC) IZ_BZIP2="$(IZ_BZIP2)"
++	$(MAKE) $(MAKEF) generic CC="$(CC)" IZ_BZIP2="$(IZ_BZIP2)"
  
  # extensions to perform SVR4 package-creation after compilation
  generic_pkg:	generic svr4package
-- 
cgit v1.2.3