aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc49
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-12-05 02:13:29 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2015-12-05 02:13:29 +0000
commit170ce5be4ee577b66dea3a8b4689ef1e6274e873 (patch)
treeed629406c54d8b7c5e5b1653585859a6bcbc33a6 /lang/gcc49
parent4796f3f401d0619be55ed0d0f35c0a3cd85871cb (diff)
downloadports-170ce5be4ee577b66dea3a8b4689ef1e6274e873.tar.gz
ports-170ce5be4ee577b66dea3a8b4689ef1e6274e873.zip
Fix whitespace around powerpc64 options.
Notes
Notes: svn path=/head/; revision=403020
Diffstat (limited to 'lang/gcc49')
-rw-r--r--lang/gcc49/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile
index d0e6cef3f1bc..552716542e7e 100644
--- a/lang/gcc49/Makefile
+++ b/lang/gcc49/Makefile
@@ -54,8 +54,8 @@ OPTIONS_EXCLUDE_DragonFly= JAVA
BOOTSTRAP_DESC= Build using a full bootstrap
.if exists(/usr/lib32/libc.so)
-OPTIONS_DEFINE_powerpc64+= MULTILIB
-OPTIONS_DEFAULT_powerpc64+= MULTILIB
+OPTIONS_DEFINE_powerpc64+= MULTILIB
+OPTIONS_DEFAULT_powerpc64+= MULTILIB
MULTILIB_DESC= Build support for 32-bit and 64-bit target types
MULTILIB_CONFIGURE_ENABLE= multilib
.else