libebur128: remove patchset.

This commit is contained in:
Jerome Duval
2019-03-21 12:27:59 +01:00
parent 61fa812593
commit f31d365a3d
2 changed files with 0 additions and 23 deletions

View File

@@ -8,7 +8,6 @@ REVISION="1"
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8"
SOURCE_FILENAME="libebur128-$portVersion.tar.gz"
PATCHES="libebur128-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"

View File

@@ -1,22 +0,0 @@
From a62f340541c5a574e5e7655dc43f923e62289f48 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 23 Feb 2016 22:39:09 +0000
Subject: Haiku patch
diff --git a/ebur128/CMakeLists.txt b/ebur128/CMakeLists.txt
index 2876aab..df68dc4 100644
--- a/ebur128/CMakeLists.txt
+++ b/ebur128/CMakeLists.txt
@@ -47,7 +47,7 @@ set_target_properties(ebur128 PROPERTIES
SOVERSION ${EBUR128_VERSION_MAJOR}
VERSION ${EBUR128_VERSION})
-if(UNIX)
+if(UNIX AND NOT HAIKU)
target_link_libraries(ebur128 m)
endif()
--
2.17.0