diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-08-21 18:38:22 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-08-21 18:38:22 +0000 |
commit | 9ec9f23d06ca7b0e05bad281b5ad4549ed0e20c3 (patch) | |
tree | e12770dcb466fc02e2b7090c15cacd06e20be4a4 /german | |
parent | 129a5defb0e7261e4ced37a2c614064f1920e491 (diff) | |
download | FreeBSD-ports-9ec9f23d06ca7b0e05bad281b5ad4549ed0e20c3.zip FreeBSD-ports-9ec9f23d06ca7b0e05bad281b5ad4549ed0e20c3.tar.gz |
Avoid to build with broken Optimisation
Diffstat (limited to 'german')
-rw-r--r-- | german/unix-connect/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index 530c3a1..110c1ba 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS+=--with-mail=sendmail CONFIGURE_ARGS+=--with-news=cnews CONFIGURE_ARGS+=--enable-testing CFLAGS+=-g +CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp post-install: .if !defined(NOPORTDOCS) |