From dcd56941258aa8c2f5ede9dc947982b5ed0c13d7 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Fri, 16 Apr 2010 00:40:05 +0000 Subject: [PATCH] packages: net/freeswitch: Makefile cleanup. Removed duplicate var from site rules and old snapshot text SVN-Revision: 20895 --- net/freeswitch/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 2629df12f4..145c9ab8a3 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -300,7 +300,6 @@ CONFIGURE_VARS+= \ ac_cv_func_mmap_fixed_mapped="yes" \ ac_cv_func_pthread_rwlock_init="yes" \ ac_cv_struct_rlimit="yes" \ - ac_cv_func_setpgrp_void="yes" \ apr_cv_mutex_recursive="yes" \ apr_cv_process_shared_works="no" \ apr_cv_tcp_nodelay_with_cork="yes" \ @@ -391,7 +390,7 @@ endef define BuildPlugin define Package/freeswitch-mod-$(1) $$(call Package/freeswitch/Default) - TITLE:= FS $(2) module (snapshot) + TITLE:= FS $(2) module DEPENDS:= freeswitch $$(foreach m,$(4),+freeswitch-mod-$$m) $(5) endef -- 2.30.2