summaryrefslogtreecommitdiff
path: root/audio/fpc-openal/files/patch-packages_openal_fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/fpc-openal/files/patch-packages_openal_fpmake.pp')
-rw-r--r--audio/fpc-openal/files/patch-packages_openal_fpmake.pp14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/fpc-openal/files/patch-packages_openal_fpmake.pp b/audio/fpc-openal/files/patch-packages_openal_fpmake.pp
new file mode 100644
index 000000000000..791b5f77a045
--- /dev/null
+++ b/audio/fpc-openal/files/patch-packages_openal_fpmake.pp
@@ -0,0 +1,14 @@
+--- packages/openal/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000
++++ packages/openal/fpmake.pp
+@@ -19,9 +19,9 @@ begin
+ {$endif ALLPACKAGES}
+ P.Version:='3.0.1';
+ if Defaults.CPU = i386 then
+- P.OSes := [linux,win32,darwin]
++ P.OSes := [linux,win32,darwin,dragonfly,freebsd]
+ else
+- P.OSes := [linux,win32];
++ P.OSes := [linux,win32,dragonfly,freebsd];
+ P.SourcePath.Add('src');
+ P.IncludePath.Add('src');
+