blob: de501c6d93b2dba31af7fb77afb371fd3445dccf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- packages/a52/fpmake.pp.orig 2015-11-13 21:15:29 UTC
+++ packages/a52/fpmake.pp
@@ -20,7 +20,7 @@ begin
P.Email := '';
P.Description := 'A free library for decoding ATSC A/52 streams.';
P.NeedLibC:= true;
- P.OSes := [linux,win32];
+ P.OSes := [linux,win32,dragonfly,freebsd];
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
|