From d0f1bfa3d27736d80cda0e680fa49aa8b287bff1 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 3 Nov 2019 08:47:08 +0100 Subject: [PATCH] move echo ... to PATCH() (#4336) --- net-misc/icecast/icecast-2.4.4.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-misc/icecast/icecast-2.4.4.recipe b/net-misc/icecast/icecast-2.4.4.recipe index ca8d22ef1..498f488af 100644 --- a/net-misc/icecast/icecast-2.4.4.recipe +++ b/net-misc/icecast/icecast-2.4.4.recipe @@ -15,7 +15,7 @@ COPYRIGHT="2001-2018 the Icecast team Thomas B. Ruecker David Richards" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://downloads.xiph.org/releases/icecast/icecast-$portVersion.tar.gz" CHECKSUM_SHA256="49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44" PATCHES="icecast-$portVersion.patchset" @@ -74,10 +74,14 @@ BUILD_PREREQUIRES=" defineDebugInfoPackage icecast$secondaryArchSuffix \ $binDir/icecast +PATCH() +{ + echo "AC_CONFIG_MACRO_DIRS([m4])" >> configure.in +} + BUILD() { export LIBS="-lnetwork" - echo "AC_CONFIG_MACRO_DIRS([m4])" >> configure.in autoreconf -vfi runConfigure ./configure make $jobArgs