|
Lines 90-96
MESON_ARGS= -D pw-cat=enabled \
Link Here
|
| 90 |
# Fake pkg-config support before https://cgit.freebsd.org/src/commit/?id=396851c20aeb |
90 |
# Fake pkg-config support before https://cgit.freebsd.org/src/commit/?id=396851c20aeb |
| 91 |
# but only if devel/ncurses isn't installed |
91 |
# but only if devel/ncurses isn't installed |
| 92 |
.if !exists(/usr/libdata/pkgconfig/ncursesw.pc) |
92 |
.if !exists(/usr/libdata/pkgconfig/ncursesw.pc) |
| 93 |
CONFIGURE_ENV+= ${ncurses_ARGS:Mbase:C/.+/PKG_CONFIG_PATH="${FILESDIR}"/} |
93 |
PKGCONFIG_PATHS+= ${ncurses_ARGS:Mbase:C/.+/${FILESDIR}/} |
| 94 |
.endif |
94 |
.endif |
| 95 |
|
95 |
|
| 96 |
post-extract: |
96 |
post-extract: |
|
Lines 111-118
post-install-MEDIASESSION-on:
Link Here
|
| 111 |
|
111 |
|
| 112 |
.include <bsd.port.pre.mk> |
112 |
.include <bsd.port.pre.mk> |
| 113 |
|
113 |
|
| 114 |
.if ${SSL_DEFAULT:C,3[0-9],3,} == openssl3 |
114 |
.if ${SSL_DEFAULT} != base |
| 115 |
CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L |
115 |
# XXX Move into USES=ssl to help all USES=pkgconfig consumers |
|
|
116 |
PKGCONFIG_PATHS+= ${OPENSSLBASE}/libdata/pkgconfig |
| 116 |
.endif |
117 |
.endif |
| 117 |
|
118 |
|
| 118 |
.include <bsd.port.post.mk> |
119 |
.include <bsd.port.post.mk> |