diff options
Diffstat (limited to 'sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp')
-rw-r--r-- | sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp b/sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp deleted file mode 100644 index a31b3e306816..000000000000 --- a/sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp +++ /dev/null @@ -1,11 +0,0 @@ ---- packages/uuid/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000 -+++ packages/uuid/fpmake.pp -@@ -18,7 +18,7 @@ begin - {$endif ALLPACKAGES} - P.Version:='3.0.1'; - P.SourcePath.Add('src'); -- P.OSes := [linux]; -+ P.OSes := [linux,dragonfly,freebsd]; - P.Dependencies.Add('rtl-extra'); - - T:=P.Targets.AddUnit('libuuid.pp'); |