ports/security/cryptlib/files/patch-makefile

12 lines
471 B
Plaintext

--- 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%% %%PTHREAD_CFLAGS%%" ; \
else \
make $(DEFINES) CFLAGS="$(CFLAGS) -fomit-frame-pointer -pthread" ; \
fi