mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
363 B
Text
11 lines
363 B
Text
--- ext/sctp/meson.build.orig 2025-03-11 20:14:44 UTC
|
|
+++ ext/sctp/meson.build
|
|
@@ -20,7 +20,7 @@ plugin_sources += {
|
|
'sctp': pathsep.join(doc_sources)
|
|
}
|
|
|
|
-sctp_option = get_option('sctp').enable_if(get_option('webrtc').enabled(), error_message: 'webrtc option is enabled')
|
|
+sctp_option = get_option('sctp')
|
|
if sctp_option.disabled()
|
|
subdir_done()
|
|
endif
|