diff options
Diffstat (limited to 'lang/fpc-lua/files/patch-packages_lua_fpmake.pp')
-rw-r--r-- | lang/fpc-lua/files/patch-packages_lua_fpmake.pp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/fpc-lua/files/patch-packages_lua_fpmake.pp b/lang/fpc-lua/files/patch-packages_lua_fpmake.pp deleted file mode 100644 index 4fa371f696bc..000000000000 --- a/lang/fpc-lua/files/patch-packages_lua_fpmake.pp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |