aboutsummaryrefslogtreecommitdiff
path: root/audio/zita-convolver
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-05 17:51:31 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-05 17:51:31 +0000
commit0701d2bf6c6fe9178d8bbac438483050c4b095d7 (patch)
treea6b635b7aac6e3409ba1b8e829df0fb6bc74cfd6 /audio/zita-convolver
parentda86ab2d1612d6ddfee5413a21eb9092bb234aba (diff)
downloadports-0701d2bf6c6fe9178d8bbac438483050c4b095d7.tar.gz
ports-0701d2bf6c6fe9178d8bbac438483050c4b095d7.zip
audio/zita-convolver: Unbreak by adding a patch for FreeBSD.
Notes
Notes: svn path=/head/; revision=469156
Diffstat (limited to 'audio/zita-convolver')
-rw-r--r--audio/zita-convolver/files/patch-zita-convolver.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/zita-convolver/files/patch-zita-convolver.h b/audio/zita-convolver/files/patch-zita-convolver.h
new file mode 100644
index 000000000000..14202a0ae29f
--- /dev/null
+++ b/audio/zita-convolver/files/patch-zita-convolver.h
@@ -0,0 +1,11 @@
+--- zita-convolver.h.orig 2018-04-28 15:44:28 UTC
++++ zita-convolver.h
+@@ -42,7 +42,7 @@ extern int zita_convolver_minor_version
+ #endif
+
+
+-#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
++#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
+
+ // NOTE: __FreeBSD_kernel__ and __GNU__ were added by the Debian maintainers
+ // (the latter for the HURD version of Debian). Things are reported to work