[Midnightbsd-cvs] mports [25053] trunk/Mk/components/default-versions.mk: set default to 32bit linux for now
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 15 21:23:21 EST 2019
Revision: 25053
http://svnweb.midnightbsd.org/mports/?rev=25053
Author: laffer1
Date: 2019-02-15 21:23:21 -0500 (Fri, 15 Feb 2019)
Log Message:
-----------
set default to 32bit linux for now
Modified Paths:
--------------
trunk/Mk/components/default-versions.mk
Modified: trunk/Mk/components/default-versions.mk
===================================================================
--- trunk/Mk/components/default-versions.mk 2019-02-16 01:38:47 UTC (rev 25052)
+++ trunk/Mk/components/default-versions.mk 2019-02-16 02:23:21 UTC (rev 25053)
@@ -42,13 +42,13 @@
# Possible values: 4.9, 5, 6, 7
GCC_DEFAULT?= 6
GHOSTSCRIPT_DEFAULT?= 9
-.if ${ARCH} == amd64
-# Possible values: c6, c6_64, c7
-LINUX_DEFAULT?= c6_64
-.else
-# Possible values: c6
-LINUX_DEFAULT?= c6
-.endif
+.if ${ARCH} == amd64
+# Possible values: c6, c6_64, c7
+LINUX_DEFAULT?= c6
+.else
+# Possible values: c6
+LINUX_DEFAULT?= c6
+.endif
LUA_DEFAULT?= 5.2
MYSQL_DEFAULT?= 5.6
PERL5_DEFAULT?= 5.26
More information about the Midnightbsd-cvs
mailing list