diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-20 19:51:46 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-20 19:51:46 +0000 |
commit | 66eabe8f091e93a7e44b924105ee6047365a107d (patch) | |
tree | 403b0412aa0772f5991ac563a5cad927cd7dbe6f /ports-mgmt | |
parent | 573b4b9b07e3e3e822bf4e8caa8f2ab3bc18ee54 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk index fbfb80a7dfec..961cf08fb027 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.mk @@ -1420,9 +1420,6 @@ CFLAGS:= ${CFLAGS:C/${_CPUCFLAGS}//} .endif .endif .endif -.if ${CFLAGS:M-O[23s]} != "" -CFLAGS+= -fno-strict-aliasing -.endif .if defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="@comment " |