summaryrefslogtreecommitdiff
path: root/devel/fpc-newt/files/patch-packages_newt_fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc-newt/files/patch-packages_newt_fpmake.pp')
-rw-r--r--devel/fpc-newt/files/patch-packages_newt_fpmake.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/fpc-newt/files/patch-packages_newt_fpmake.pp b/devel/fpc-newt/files/patch-packages_newt_fpmake.pp
new file mode 100644
index 000000000000..ccc6e57a82a4
--- /dev/null
+++ b/devel/fpc-newt/files/patch-packages_newt_fpmake.pp
@@ -0,0 +1,11 @@
+--- packages/newt/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000
++++ packages/newt/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];
+
+ T:=P.Targets.AddUnit('newt.pp');
+