git: e1ad2bb1c502 - main - net/h323plus: add flags for TLS support, take maintainer
Kurt Jaeger
pi at FreeBSD.org
Sun May 23 21:02:44 UTC 2021
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e1ad2bb1c502244d70e39e45b204cfde7a1285ba
commit e1ad2bb1c502244d70e39e45b204cfde7a1285ba
Author: Kurt Jaeger <pi at FreeBSD.org>
AuthorDate: 2021-05-23 21:00:22 +0000
Commit: Kurt Jaeger <pi at FreeBSD.org>
CommitDate: 2021-05-23 21:00:22 +0000
net/h323plus: add flags for TLS support, take maintainer
- This helps to build
https://github.com/willamowius/check_h323_tls
---
net/h323plus/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/h323plus/Makefile b/net/h323plus/Makefile
index 92c2313b8e50..5d47a4ded53f 100644
--- a/net/h323plus/Makefile
+++ b/net/h323plus/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1_27_2
CATEGORIES= net multimedia
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= pi at FreeBSD.org
COMMENT= H323 Video Conferencing library
LICENSE= MPL10 MPL11
@@ -20,6 +20,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
# ptlib-config --libs returns bogus dependencies on expat and SDL-1.2
+CFLAGS+= -DH323_H46017 -DH323_TLS
LDFLAGS+= -Wl,--as-needed
MAKE_JOBS_UNSAFE=yes
More information about the dev-commits-ports-main
mailing list