blob: a31b3e30681650574e779a00ad962e16460fa09a (
plain)
1
2
3
4
5
6
7
8
9
10
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');
|