Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 17:51:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469156 - head/audio/zita-convolver/files
Message-ID:  <201805051751.w45HpWvR078483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051751.w45HpWvR078483>