freeswitch: fix 003-modmake-fix.patch 634/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 7 Apr 2021 18:50:44 +0000 (20:50 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 7 Apr 2021 18:50:53 +0000 (20:50 +0200)
Somehow this white space change slipped in unintentionally.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch/Makefile
net/freeswitch/patches/003-modmake-fix.patch

index b4ed897b2c113f3def17341d2060e84e94d53f28..526c262448a1ba0bd77c269e437a51c35b19b51c 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=freeswitch
 PKG_VERSION:=1.10.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
 
 PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz
index 9c2fe175a307466cd908c52addfc85bff20bed3b..dbe524b34f70ddc86b73f16efa7464940b22a96c 100644 (file)
  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
-+