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, 11 insertions, 0 deletions
diff --git a/sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp b/sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp new file mode 100644 index 000000000000..a31b3e306816 --- /dev/null +++ b/sysutils/fpc-uuid/files/patch-packages_uuid_fpmake.pp @@ -0,0 +1,11 @@ +--- 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'); |