summaryrefslogtreecommitdiffstats
path: root/cryptopp
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-16 23:34:01 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-16 23:34:01 +0000
commit19d5b00b6a500a612c6fa1b57d91041b9d7c196a (patch)
treefbe2325eac44d0eaddf82d16d1068c1e592bb060 /cryptopp
parentcc4ffa8ab2e5e150f4ae6e9bd53239de098a0ecb (diff)
downloadasb-19d5b00b6a500a612c6fa1b57d91041b9d7c196a.tar.gz
asb-19d5b00b6a500a612c6fa1b57d91041b9d7c196a.tar.xz
Initial revision
Diffstat (limited to 'cryptopp')
-rw-r--r--cryptopp/build/cryptopp_slkcflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/cryptopp/build/cryptopp_slkcflags.patch b/cryptopp/build/cryptopp_slkcflags.patch
new file mode 100644
index 00000000..3c0c14d4
--- /dev/null
+++ b/cryptopp/build/cryptopp_slkcflags.patch
@@ -0,0 +1,11 @@
+--- cryptopp-5.6.2/GNUmakefile.orig 2014-03-16 23:04:04.185871759 +0100
++++ cryptopp-5.6.2/GNUmakefile 2014-03-16 23:30:49.726841806 +0100
+@@ -38,8 +38,6 @@
+ ifneq ($(GCC42_OR_LATER),0)
+ ifeq ($(UNAME),Darwin)
+ CXXFLAGS += -arch x86_64 -arch i386
+-else
+-CXXFLAGS += -march=native
+ endif
+ endif
+