summaryrefslogtreecommitdiffstats
path: root/main/p7zip
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-02-23 16:21:09 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-02-23 16:21:09 +0000
commit43529205cccbc99a3c2a27d478f43ac5cd87b4bc (patch)
treea059cee77f29493fbfe365ad20a22f56dbafc575 /main/p7zip
parent968e7b21df036c28b5c36d715f53e7534a8c998e (diff)
downloadaports-43529205cccbc99a3c2a27d478f43ac5cd87b4bc.tar.bz2
aports-43529205cccbc99a3c2a27d478f43ac5cd87b4bc.tar.xz
main/p7zip: fix checksum
Diffstat (limited to 'main/p7zip')
-rw-r--r--main/p7zip/p7zip-cc-cxx.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/p7zip/p7zip-cc-cxx.patch b/main/p7zip/p7zip-cc-cxx.patch
index d06708b4b..29742cf6f 100644
--- a/main/p7zip/p7zip-cc-cxx.patch
+++ b/main/p7zip/p7zip-cc-cxx.patch
@@ -1,5 +1,5 @@
---- a/makefile.machine 2009-05-29 07:24:22.000000000 +0000
-+++ b/makefile.machine 2009-05-29 07:25:22.000000000 +0000
+--- a/makefile.machine.orig
++++ b/makefile.machine
@@ -2,6 +2,8 @@
# makefile for Linux (x86, PPC, alpha ...)
#
@@ -8,13 +8,13 @@
+CC ?= gcc
OPTFLAGS=-O
- ALLFLAGS=${OPTFLAGS} -s \
-@@ -9,8 +11,8 @@
- -DNDEBUG -D_REENTRANT -DENV_UNIX \
+ ALLFLAGS=${OPTFLAGS} -pipe -s \
+@@ -10,8 +12,8 @@
+ -D_7ZIP_LARGE_PAGES \
$(LOCAL_FLAGS)
--CXX=g++ $(ALLFLAGS)
--CC=gcc $(ALLFLAGS)
+-CXX=g++
+-CC=gcc
+CXX += $(ALLFLAGS)
+CC += $(ALLFLAGS)
CC_SHARED=-fPIC