diff options
Diffstat (limited to 'devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp')
-rw-r--r-- | devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp b/devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp new file mode 100644 index 000000000000..b628f710dd2f --- /dev/null +++ b/devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp @@ -0,0 +1,11 @@ +--- packages/dbus/fpmake.pp.orig 2015-01-05 19:27:06 UTC ++++ packages/dbus/fpmake.pp +@@ -24,7 +24,7 @@ begin + P.Email := ''; + P.Description := 'D-Bus message bus interface. (1.2.16)'; + P.NeedLibC:= true; +- P.OSes := [linux]; ++ P.OSes := [linux,dragonfly,freebsd]; + + P.SourcePath.Add('src'); + P.IncludePath.Add('src'); |