diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 152071c67b75..9ccf22ceebcf 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -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 +.include + +CFLAGS:= ${CFLAGS:N-O:N-O[0123456789]} -O0 + +.include