summary refs log tree commit diff
path: root/pkgs/development/libraries/crypto++/GNUmakefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/crypto++/GNUmakefile.patch')
-rw-r--r--pkgs/development/libraries/crypto++/GNUmakefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/libraries/crypto++/GNUmakefile.patch b/pkgs/development/libraries/crypto++/GNUmakefile.patch
new file mode 100644
index 00000000000..48fdfe42048
--- /dev/null
+++ b/pkgs/development/libraries/crypto++/GNUmakefile.patch
@@ -0,0 +1,13 @@
+--- crypto++/GNUmakefile 2013-02-20 10:30:52.000000000 -0500
++++ crypto++/GNUmakefile 2015-05-07 18:34:25.000000000 -0500
+@@ -87,8 +87,8 @@
+ endif
+
+ ifeq ($(UNAME),Darwin)
+-AR = libtool
+-ARFLAGS = -static -o
++AR = ar
++ARFLAGS = cru
+ CXX = c++
+ IS_GCC2 = $(shell $(CXX) -v 2>&1 | $(EGREP) -c gcc-932)
+ ifeq ($(IS_GCC2),1)