summaryrefslogtreecommitdiff
path: root/archivers/p7zip/patches
diff options
context:
space:
mode:
authoradam <adam>2009-02-18 07:19:06 +0000
committeradam <adam>2009-02-18 07:19:06 +0000
commit6c257273c6dac978f37572f1f241e3259ae8d021 (patch)
treef8bda4ea44b14e58719e6fe4450d67d60d565788 /archivers/p7zip/patches
parent7c498a1c1a71f0300bf9c8ff63f1e6abe2d5b464 (diff)
downloadpkgsrc-6c257273c6dac978f37572f1f241e3259ae8d021.tar.gz
Changes 4.65:
* From Windows version of 7-zip 4.62 to 4.65 * The bug in 7-Zip 4.63 was fixed: 7-Zip could not decrypt .ZIP archives encrypted with WinZip-AES method. * 7-Zip now can unpack ZIP archives encrypted with PKWARE-AES. * Some bugs were fixed. * Fixed : the RAM size was reported incorrectly on MacOSX 64bits * Fixed : makefile.linux_amd64_asm_icc * DJGPP : makefile.djgpp becomes makefile.djgpp_old makefile.djgpp_watt added (thank to Rugxulo) * you can now compile 7za with a cmake project (see README) the cmake project can build a codeblock project ;) Remark : the kdevelop3 or Eclipse/CDT4 project don't work :(
Diffstat (limited to 'archivers/p7zip/patches')
-rw-r--r--archivers/p7zip/patches/patch-ac13
1 files changed, 10 insertions, 3 deletions
diff --git a/archivers/p7zip/patches/patch-ac b/archivers/p7zip/patches/patch-ac
index dc1171b6675..c32b892abd4 100644
--- a/archivers/p7zip/patches/patch-ac
+++ b/archivers/p7zip/patches/patch-ac
@@ -1,12 +1,19 @@
-$NetBSD: patch-ac,v 1.5 2007/07/02 07:19:03 adam Exp $
+$NetBSD: patch-ac,v 1.6 2009/02/18 07:19:06 adam Exp $
---- makefile.glb.orig 2007-06-28 10:07:11.000000000 +0200
+--- makefile.glb.orig 2009-02-09 21:20:12.000000000 +0100
+++ makefile.glb
-@@ -1,6 +1,6 @@
+@@ -1,12 +1,12 @@
RM=rm -f
-CFLAGS=-c \
+CFLAGS+=-c \
+ -I../../../../C \
+ -I../../../myWindows \
+ -I../../../include_windows \
+ -I../../..
+
+-CXXFLAGS=-c \
++CXXFLAGS+=-c \
-I../../../myWindows \
-I../../../ \
-I../../../include_windows