diff --git a/media-libs/libebur128/libebur128-1.2.4.recipe b/media-libs/libebur128/libebur128-1.2.4.recipe index 5d63aca64..62efc854c 100644 --- a/media-libs/libebur128/libebur128-1.2.4.recipe +++ b/media-libs/libebur128/libebur128-1.2.4.recipe @@ -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" diff --git a/media-libs/libebur128/patches/libebur128-1.2.4.patchset b/media-libs/libebur128/patches/libebur128-1.2.4.patchset deleted file mode 100644 index 98825f776..000000000 --- a/media-libs/libebur128/patches/libebur128-1.2.4.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From a62f340541c5a574e5e7655dc43f923e62289f48 Mon Sep 17 00:00:00 2001 -From: Jerome Duval -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 -