Force compiling with -O0, otherwise sometimes it blows out with SIGBUS, at

least on 5-STABLE.
This commit is contained in:
Maxim Sobolev
2004-12-20 19:08:12 +00:00
parent 672a2608fb
commit 3575313f16
+6 -1
View File
@@ -7,6 +7,7 @@
PORTNAME= flite
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/${PKGNAME}/
DISTNAME= ${PKGNAME}-release
@@ -20,4 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared=yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
CFLAGS:= ${CFLAGS:N-O:N-O[0123456789]} -O0
.include <bsd.port.post.mk>