diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
commit | f01cba6e50575183cf50dc87ded17319b63e1a14 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp | |
parent | c502e77d8f318117c0982f8999f2e243e8ef511c (diff) |
Notes
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'); |