freebsd-ports/lang/fpc-lua/files/patch-packages_lua_fpmake.pp
John Marino f01cba6e50 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
2015-12-05 23:29:36 +00:00

11 lines
360 B
ObjectPascal

--- packages/lua/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000
+++ packages/lua/fpmake.pp
@@ -19,7 +19,7 @@ begin
P.Version:='3.0.1';
P.SourcePath.Add('src');
// P.Dependencies.Add('x11');
- P.OSes := [linux,win32];
+ P.OSes := [linux,win32,dragonfly,freebsd];
T:=P.Targets.AddUnit('lauxlib.pas');
with T.Dependencies do