diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2015-12-25 12:55:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-06 14:20:14 +0000 |
commit | e7b58951309aff42a91cc811e87c55e9959df123 (patch) | |
tree | 8ec43685b847e394e6565456b2f4d54ef1521f88 /main/p7zip/p7zip-cc-cxx.patch | |
parent | d19c241c453e319817e63e7ce923114c22357949 (diff) | |
download | aports-e7b58951309aff42a91cc811e87c55e9959df123.tar.bz2 aports-e7b58951309aff42a91cc811e87c55e9959df123.tar.xz |
main/p7zip: upgrade to 15.09. "p7zip" gzip-like wrapper script added to package.
Diffstat (limited to 'main/p7zip/p7zip-cc-cxx.patch')
-rw-r--r-- | main/p7zip/p7zip-cc-cxx.patch | 22 |
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 - |