summaryrefslogtreecommitdiff
path: root/security/cryptlib/files/patch-makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-11-13 07:24:25 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-11-13 07:24:25 +0000
commit247ff4e34172093aef54a466ec8880a20787ac3a (patch)
tree9f7abb7228d47ee5ebf1a41914a02542bea22c33 /security/cryptlib/files/patch-makefile
parentDisconnect openoffice.org-2-RC from the INDEX build as it is breaking it: (diff)
Fix build on 4.x.
Notes
Notes: svn path=/head/; revision=177160
Diffstat (limited to 'security/cryptlib/files/patch-makefile')
-rw-r--r--security/cryptlib/files/patch-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptlib/files/patch-makefile b/security/cryptlib/files/patch-makefile
index 1838beb283d7..77e5ac4b40ec 100644
--- a/security/cryptlib/files/patch-makefile
+++ b/security/cryptlib/files/patch-makefile
@@ -5,7 +5,7 @@
@./tools/buildasm.sh $(AS) $(OBJPATH)
make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \
- -fomit-frame-pointer -O3 -pthread"
-+ %%CFLAGS%% %%PTHREAD_CFLAGS%% %%PTHREAD_LIBS%%"
++ %%CFLAGS%% %%PTHREAD_CFLAGS%%"
NetBSD:
@./tools/buildasm.sh $(AS) $(OBJPATH)
make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \