From 594cea401b23cd7d7c9632cd96bdc3113a066ecb Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 7 Apr 2021 20:55:44 +0200 Subject: [PATCH] freeswitch-stable: fix 003-modmake-fix.patch Somehow this white space change slipped in unintentionally. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 2 +- net/freeswitch-stable/patches/003-modmake-fix.patch | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index e00e5ca..e8fdb2f 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PRG_NAME:=freeswitch PKG_NAME:=$(PRG_NAME)-stable PKG_VERSION:=1.10.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz diff --git a/net/freeswitch-stable/patches/003-modmake-fix.patch b/net/freeswitch-stable/patches/003-modmake-fix.patch index 9c2fe17..dbe524b 100644 --- a/net/freeswitch-stable/patches/003-modmake-fix.patch +++ b/net/freeswitch-stable/patches/003-modmake-fix.patch @@ -11,10 +11,3 @@ DEFAULT_ARGS = --build=$(build) --host=$(host) --target=$(target) --prefix="$(prefix)" --exec_prefix="$(exec_prefix)" --libdir="$(libdir)" --disable-shared --with-pic moddir=@modulesdir@ -@@ -18,4 +18,4 @@ extraclean-modules: extraclean - print_tests: - @set +e; \ - test -z "$(TESTS)" || for i in $(TESTS); do echo $(subdir)/$$i; done; -- -\ No newline at end of file -+ -- 2.30.2