diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 01:39:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 01:39:18 +0000 |
commit | dcf18bc770e9791f1ac527c5796ef8f28e35d2d7 (patch) | |
tree | 4aa7273df53e56c2a62b04efc52b5e2f2fad9ee7 /devel/asis | |
parent | e159cc97da03ff14c1e39dd8bd05d88d56a3f062 (diff) | |
download | ports-dcf18bc770e9791f1ac527c5796ef8f28e35d2d7.tar.gz ports-dcf18bc770e9791f1ac527c5796ef8f28e35d2d7.zip |
Notes
Diffstat (limited to 'devel/asis')
-rw-r--r-- | devel/asis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/asis/Makefile b/devel/asis/Makefile index 052581b1c021..5f8a1cc5bd12 100644 --- a/devel/asis/Makefile +++ b/devel/asis/Makefile @@ -25,6 +25,7 @@ BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat .if ${OSVERSION} >= 500039 WITHOUT_CPU_CFLAGS= yes .endif +CFLAGS= -O2 -pipe USE_GMAKE= yes MAKEFILE= "${FILESDIR}/Makefile.bsd" MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \ |