summaryrefslogtreecommitdiff
path: root/devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
commitf01cba6e50575183cf50dc87ded17319b63e1a14 (patch)
tree6ef0e1020a116341931d3335d3863622b9586ead /devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp
parentbsd.qt.mk: Move QT_NONSTANDARD check to the _POSTMKINCLUDED section. (diff)
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
Diffstat (limited to 'devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp')
-rw-r--r--devel/fpc-dbus/files/patch-packages_dbus_fpmake.pp11
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');