From 74c798d3c588f27c84be4c4e9c02624806588cd4 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Tue, 20 Jul 2010 16:23:50 +0000 Subject: [PATCH] [packages] net/freeswitch: Fixed/enabled mod_fax compilation SVN-Revision: 22316 --- net/freeswitch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 78861728bb..6a3d9de620 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -545,7 +545,7 @@ $(eval $(call BuildPlugin,esf,Extra SIP Functionality,mod_esf,,)) $(eval $(call BuildPlugin,event-multicast,Multicast event handler,mod_event_multicast,,)) $(eval $(call BuildPlugin,event-socket,Socket event handler,mod_event_socket,,)) $(eval $(call BuildPlugin,expr,Expression evaluation,mod_expr,,)) -$(eval $(call BuildPlugin,fax,Fax,mod_fax,,@BROKEN +libjpeg)) # fails in spandsp +$(eval $(call BuildPlugin,fax,Fax,mod_fax,,+libjpeg)) # fails in spandsp $(eval $(call BuildPlugin,fifo,FIFO,mod_fifo,,)) $(eval $(call BuildPlugin,file-string,File streaming,mod_file_string,,)) $(eval $(call BuildPlugin,flite,Festival TTS,mod_flite,,@!TARGET_avr32 @!TARGET_ixp4xx)) -- 2.30.2