From cfc3c50827dc2aa765957a834e0cdbfe856e7567 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 4 Mar 2011 14:43:50 +0000 Subject: Update to 3.4.0 release and add support for amd64. --- security/cryptlib/files/patch-makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'security/cryptlib/files/patch-makefile') diff --git a/security/cryptlib/files/patch-makefile b/security/cryptlib/files/patch-makefile index 902731f768e8..cd8ba11a643e 100644 --- a/security/cryptlib/files/patch-makefile +++ b/security/cryptlib/files/patch-makefile @@ -1,11 +1,11 @@ ---- makefile.orig Sat Jan 27 22:14:40 2007 -+++ makefile Fri Mar 30 14:40:47 2007 -@@ -1340,7 +1340,7 @@ +--- makefile.orig 2010-11-19 04:08:54.000000000 +0100 ++++ makefile 2011-03-04 15:30:09.000000000 +0100 +@@ -1651,7 +1651,7 @@ FreeBSD: @if uname -m | grep "i[3,4,5,6]86" > /dev/null; then \ ./tools/buildasm.sh $(AS) $(OBJPATH) ; \ make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \ -- -fomit-frame-pointer -O3 -pthread" ; \ +- -fomit-frame-pointer -pthread" ; \ + %%CFLAGS%% %%PTHREAD_CFLAGS%%" ; \ else \ - make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \ - -fomit-frame-pointer -O3 -pthread" ; \ + make $(DEFINES) CFLAGS="$(CFLAGS) -fomit-frame-pointer -pthread" ; \ + fi -- cgit v1.2.3