summaryrefslogtreecommitdiff
path: root/pcr/armory/build_detect_platform-01.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-03 15:36:56 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-03 15:36:56 +0100
commit86d498d37716f0e009e4d8f9308a8aac799bdeab (patch)
tree9f633926ae069ae442d1f3da1e8ac4de4938c78a /pcr/armory/build_detect_platform-01.patch
parent5b25e57cec17385bb7927e5b0b2d4edd50cb2db9 (diff)
downloadabslibre-86d498d37716f0e009e4d8f9308a8aac799bdeab.tar.gz
abslibre-86d498d37716f0e009e4d8f9308a8aac799bdeab.tar.bz2
abslibre-86d498d37716f0e009e4d8f9308a8aac799bdeab.zip
pcr/armory: updated to 0.96.3.99
Diffstat (limited to 'pcr/armory/build_detect_platform-01.patch')
-rw-r--r--pcr/armory/build_detect_platform-01.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/armory/build_detect_platform-01.patch b/pcr/armory/build_detect_platform-01.patch
deleted file mode 100644
index ca3a5cc8d..000000000
--- a/pcr/armory/build_detect_platform-01.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- cppForSwig/leveldb/build_detect_platform 2014-04-21 15:57:03.485118965 +0200
-+++ cppForSwig/leveldb/build_detect_platform_fix 2014-04-21 15:59:19.714407671 +0200
-@@ -185,9 +185,7 @@
-
- # Test whether Snappy library is installed
- # http://code.google.com/p/snappy/
-- $CXX $CXXFLAGS -x c++ - -o $CXXOUTPUT 2>/dev/null <<EOF
-- #include <snappy.h>
-- int main() {}
-+
- EOF
- if [ "$?" = 0 ]; then
- COMMON_FLAGS="$COMMON_FLAGS -DSNAPPY"