File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
3131 libodbc.so:databases/unixODBC \
3232 libpng.so:graphics/png \
3333 libjbig.so:graphics/jbigkit \
34+ libshout.so:audio/libshout \
3435 libtiff.so:graphics/tiff \
3536 libuuid.so:misc/e2fsprogs-libuuid \
3637 libmariadb.so:databases/mariadb-connector-c \
@@ -190,6 +191,8 @@ post-patch:
190191 ${WRKSRC} /modules.conf
191192 ${REINPLACE_CMD} -Ee ' s|^(endpoints/mod_verto)|#\1|' \
192193 ${WRKSRC} /modules.conf
194+ ${REINPLACE_CMD} -Ee ' s|^#(formats/mod_shout)|\1|' \
195+ ${WRKSRC} /modules.conf
193196
194197post-patch-PGSQL-off :
195198 ${REINPLACE_CMD} -Ee ' s|^(databases/mod_pgsql)|#\1|' ${WRKSRC} /modules.conf
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ lib/freeswitch/mod/mod_opus.so
9494lib/freeswitch/mod/mod_png.so
9595lib/freeswitch/mod/mod_rtc.so
9696lib/freeswitch/mod/mod_say_en.so
97+ lib/freeswitch/mod/mod_shout.so
9798lib/freeswitch/mod/mod_skinny.so
9899lib/freeswitch/mod/mod_sms.so
99100lib/freeswitch/mod/mod_sndfile.so
You can’t perform that action at this time.
0 commit comments