summaryrefslogtreecommitdiffstats
path: root/extra/p7zip/p7zip-cc-cxx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p7zip/p7zip-cc-cxx.patch')
-rw-r--r--extra/p7zip/p7zip-cc-cxx.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/p7zip/p7zip-cc-cxx.patch b/extra/p7zip/p7zip-cc-cxx.patch
deleted file mode 100644
index d06708b4..00000000
--- a/extra/p7zip/p7zip-cc-cxx.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/makefile.machine 2009-05-29 07:24:22.000000000 +0000
-+++ b/makefile.machine 2009-05-29 07:25:22.000000000 +0000
-@@ -2,6 +2,8 @@
- # makefile for Linux (x86, PPC, alpha ...)
- #
-
-+CXX ?= g++
-+CC ?= gcc
- OPTFLAGS=-O
-
- ALLFLAGS=${OPTFLAGS} -s \
-@@ -9,8 +11,8 @@
- -DNDEBUG -D_REENTRANT -DENV_UNIX \
- $(LOCAL_FLAGS)
-
--CXX=g++ $(ALLFLAGS)
--CC=gcc $(ALLFLAGS)
-+CXX += $(ALLFLAGS)
-+CC += $(ALLFLAGS)
- CC_SHARED=-fPIC
- LINK_SHARED=-fPIC -shared
-