1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Avoid to build with broken Optimisation

This commit is contained in:
Dirk Meyer 2001-08-21 18:38:22 +00:00
parent d97ec25b50
commit ee5094ad8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46608

View File

@ -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)