summaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-08-21 18:38:22 +0000
committerdinoex <dinoex@FreeBSD.org>2001-08-21 18:38:22 +0000
commit9ec9f23d06ca7b0e05bad281b5ad4549ed0e20c3 (patch)
treee12770dcb466fc02e2b7090c15cacd06e20be4a4 /german
parent129a5defb0e7261e4ced37a2c614064f1920e491 (diff)
downloadFreeBSD-ports-9ec9f23d06ca7b0e05bad281b5ad4549ed0e20c3.zip
FreeBSD-ports-9ec9f23d06ca7b0e05bad281b5ad4549ed0e20c3.tar.gz
Avoid to build with broken Optimisation
Diffstat (limited to 'german')
-rw-r--r--german/unix-connect/Makefile1
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)
OpenPOWER on IntegriCloud