Skip to content

Commit

Permalink
Force FPC default version to 2.6.4 until we can get 3.0.0 imported
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmarino committed Dec 20, 2015
1 parent d6587de commit c4297fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions special/Mk/diffs/bsd.default-versions.mk.diff
@@ -0,0 +1,11 @@
--- bsd.default-versions.mk.orig 2015-12-20 07:52:34 UTC
+++ bsd.default-versions.mk
@@ -19,7 +19,7 @@ ${_l:tu}_DEFAULT= ${lang:C/.*=//g}
.endfor

APACHE_DEFAULT?= 2.4
-FPC_DEFAULT?= 3.0.0
+FPC_DEFAULT?= 2.6.4
GCC_DEFAULT?= 4.8
LUA_DEFAULT?= 5.2
MYSQL_DEFAULT?= 5.6

0 comments on commit c4297fe

Please sign in to comment.