diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-12-20 19:08:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-12-20 19:08:12 +0000 |
commit | 3575313f1663e06e6bc8d23d8cfe20bd27fbe804 (patch) | |
tree | 2039162ab0d5c065aef71c7f05db3cab91c1fb0a /audio/flite | |
parent | 672a2608fb2a9c7f2a585a0bc8608658e23ce183 (diff) | |
download | ports-3575313f1663e06e6bc8d23d8cfe20bd27fbe804.tar.gz ports-3575313f1663e06e6bc8d23d8cfe20bd27fbe804.zip |
Notes
Diffstat (limited to 'audio/flite')
-rw-r--r-- | audio/flite/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +CFLAGS:= ${CFLAGS:N-O:N-O[0123456789]} -O0 + +.include <bsd.port.post.mk> |