aboutsummaryrefslogtreecommitdiffstats
path: root/main/p7zip/p7zip-cc-cxx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/p7zip/p7zip-cc-cxx.patch')
-rw-r--r--main/p7zip/p7zip-cc-cxx.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/p7zip/p7zip-cc-cxx.patch b/main/p7zip/p7zip-cc-cxx.patch
deleted file mode 100644
index 29742cf6f4..0000000000
--- a/main/p7zip/p7zip-cc-cxx.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/makefile.machine.orig
-+++ b/makefile.machine
-@@ -2,6 +2,8 @@
- # makefile for Linux (x86, PPC, alpha ...)
- #
-
-+CXX ?= g++
-+CC ?= gcc
- OPTFLAGS=-O
-
- ALLFLAGS=${OPTFLAGS} -pipe -s \
-@@ -10,8 +12,8 @@
- -D_7ZIP_LARGE_PAGES \
- $(LOCAL_FLAGS)
-
--CXX=g++
--CC=gcc
-+CXX += $(ALLFLAGS)
-+CC += $(ALLFLAGS)
- CC_SHARED=-fPIC
- LINK_SHARED=-fPIC -shared
-