summaryrefslogtreecommitdiff
path: root/security/cryptlib/files/patch-makefile
blob: 7d43b72fadc0d3376d5b2fbd0f2450318ecdb6c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 -pthread" ; \
+			%%CFLAGS%%" ; \
 	else \
 		make $(DEFINES) CFLAGS="$(CFLAGS) -fomit-frame-pointer -pthread" ; \
 	fi