diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-27 14:09:43 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-27 14:09:43 +0000 |
commit | 048988212e272be23f6ac1dfb0bb7f57609afe3a (patch) | |
tree | 410474a766657604b60c7a768854b5f4c7a69140 /lang/gcc46 | |
parent | - Update to 1.0.2 (diff) |
Fix a small whitespace issue in OPTIONS.
Notes
Notes:
svn path=/head/; revision=261949
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 4a0136fd5d81..f24de7c1802b 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -43,7 +43,7 @@ MAKE_JOBS_SAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure -OPTIONS= LTO "Enable link-time optimizations (LTO)" off \ +OPTIONS= LTO "Enable link-time optimizations (LTO)" off \ JAVA "Enable the Java frontend (i386 and amd64 only)" on .include <bsd.port.pre.mk> |