Skip to content

Commit cad2757

Browse files
committed
net/freeswitch: add mod_shout to the build
Reported-by: Simon Matter <simon.matter@invoca.ch>
1 parent c9ca6e6 commit cad2757

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎net/freeswitch/Makefile‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

194197
post-patch-PGSQL-off:
195198
${REINPLACE_CMD} -Ee 's|^(databases/mod_pgsql)|#\1|' ${WRKSRC}/modules.conf

‎net/freeswitch/pkg-plist‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ lib/freeswitch/mod/mod_opus.so
9494
lib/freeswitch/mod/mod_png.so
9595
lib/freeswitch/mod/mod_rtc.so
9696
lib/freeswitch/mod/mod_say_en.so
97+
lib/freeswitch/mod/mod_shout.so
9798
lib/freeswitch/mod/mod_skinny.so
9899
lib/freeswitch/mod/mod_sms.so
99100
lib/freeswitch/mod/mod_sndfile.so

0 commit comments

Comments
 (0)