at v192 321 B view raw
1--- crypto++/GNUmakefile 2013-02-20 10:30:52.000000000 -0500 2+++ crypto++/GNUmakefile 2015-05-07 18:34:25.000000000 -0500 3@@ -87,8 +87,8 @@ 4 endif 5 6 ifeq ($(UNAME),Darwin) 7-AR = libtool 8-ARFLAGS = -static -o 9+AR = ar 10+ARFLAGS = cru 11 CXX = c++ 12 IS_GCC2 = $(shell $(CXX) -v 2>&1 | $(EGREP) -c gcc-932) 13 ifeq ($(IS_GCC2),1)