summaryrefslogtreecommitdiff
path: root/archivers/p7zip/patches
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-31 23:15:11 +0000
committerwiz <wiz>2006-05-31 23:15:11 +0000
commita2923507a7d5f5397828623c52321d011a4434ee (patch)
tree8fd87a1c3f63631dd95e1cc35165a0d805a65b71 /archivers/p7zip/patches
parentb87bb9290d318c7fc9e7b448d2d4aba67d699ee6 (diff)
downloadpkgsrc-a2923507a7d5f5397828623c52321d011a4434ee.tar.gz
Update to 4.42:
Version 4.42 ============ - From Windows version of 7-zip 4.42 : - Some bugs were fixed - patch #1473746 - gzip-like CLI wrapper (for 7z) see the directory "contrib/gzip-like_CLI_wrapper_for_7z". - patch #471478 - Support for OPTFLAGS This patch allows to use system specific opt flags. example : make OPTFLAGS="-O2 -march=athlon-xp" Version 4.41 ============ - From Windows version of 7-zip 4.41 : - Some bugs were fixed Version 4.40 ============ - From Windows version of 7-zip 4.40 : - 7-Zip now can unpack some installers created by NSIS - Some bugs were fixed - format LZH/LHA : fixed directory display during listing or extracting (a directory does not end with the path separator) - patch #1470817 - Handle 7zr in install.sh - code cleanup
Diffstat (limited to 'archivers/p7zip/patches')
-rw-r--r--archivers/p7zip/patches/patch-aa15
1 files changed, 9 insertions, 6 deletions
diff --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa
index e27be0d6901..fbcc364c64b 100644
--- a/archivers/p7zip/patches/patch-aa
+++ b/archivers/p7zip/patches/patch-aa
@@ -1,13 +1,16 @@
-$NetBSD: patch-aa,v 1.13 2006/04/15 12:24:36 adam Exp $
+$NetBSD: patch-aa,v 1.14 2006/05/31 23:15:11 wiz Exp $
---- makefile.machine.orig 2006-04-19 11:08:28.000000000 +0200
+--- makefile.machine.orig 2006-05-28 13:00:07.000000000 +0000
+++ makefile.machine
-@@ -2,15 +2,15 @@
- # makefile for Linux (x86, PPC, alpha ...)
+@@ -3,17 +3,17 @@
# LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers
#
--ALLFLAGS=-O1 -s -fPIC \
-+ALLFLAGS=-Wall \
+
+-OPTFLAGS=-O
++OPTFLAGS=
+
+-ALLFLAGS=${OPTFLAGS} -s -fPIC \
++ALLFLAGS=${OPTFLAGS} -Wall \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-DNDEBUG -D_REENTRANT -DENV_UNIX \
$(LOCAL_FLAGS)