svn commit: r469156 - head/audio/zita-convolver/files

Yuri Victorovich yuri at FreeBSD.org
Sat May 5 17:51:32 UTC 2018


Author: yuri
Date: Sat May  5 17:51:31 2018
New Revision: 469156
URL: https://svnweb.freebsd.org/changeset/ports/469156

Log:
  audio/zita-convolver: Unbreak by adding a patch for FreeBSD.

Added:
  head/audio/zita-convolver/files/patch-zita-convolver.h   (contents, props changed)

Added: head/audio/zita-convolver/files/patch-zita-convolver.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/zita-convolver/files/patch-zita-convolver.h	Sat May  5 17:51:31 2018	(r469156)
@@ -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


More information about the svn-ports-all mailing list