Enable debug package, zap RCSIDs
This commit is contained in:
parent
f05c731f89
commit
249d216184
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.15 2022/03/06 16:38:21 kn Exp $
|
# $OpenBSD: Makefile,v 1.16 2022/03/10 11:23:52 kn Exp $
|
||||||
|
|
||||||
# CMake Warning at cmake/arch.cmake:114 (message):
|
# CMake Warning at cmake/arch.cmake:114 (message):
|
||||||
# Unsupported CPU architecture.
|
# Unsupported CPU architecture.
|
||||||
@ -15,8 +15,11 @@ GH_PROJECT = tg_owt
|
|||||||
# no releases or tags, use latest master
|
# no releases or tags, use latest master
|
||||||
GH_COMMIT = a264028ec71d9096e0aa629113c49c25db89d260
|
GH_COMMIT = a264028ec71d9096e0aa629113c49c25db89d260
|
||||||
DISTNAME = ${GH_PROJECT}-0.0.0.20220216
|
DISTNAME = ${GH_PROJECT}-0.0.0.20220216
|
||||||
|
REVISION = 0
|
||||||
CATEGORIES = net
|
CATEGORIES = net
|
||||||
|
|
||||||
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||||
|
|
||||||
SHARED_LIBS = tg_owt 1.1 # 0.0.0
|
SHARED_LIBS = tg_owt 1.1 # 0.0.0
|
||||||
|
|
||||||
# Fetch bundles/submodules missing from the tarball, see ${WRKSRC}/.gitmodules
|
# Fetch bundles/submodules missing from the tarball, see ${WRKSRC}/.gitmodules
|
||||||
@ -113,10 +116,6 @@ NEEDED_BUNDLES += libsrtp
|
|||||||
# unported and required
|
# unported and required
|
||||||
NEEDED_BUNDLES += libyuv pffft
|
NEEDED_BUNDLES += libyuv pffft
|
||||||
|
|
||||||
.ifndef DEBUG
|
|
||||||
INSTALL_TARGET = install/strip
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
# All bundles:
|
# All bundles:
|
||||||
@cd ${WRKSRC}/src/third_party/ && ls -x
|
@cd ${WRKSRC}/src/third_party/ && ls -x
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
$OpenBSD: patch-CMakeLists_txt,v 1.4 2022/02/25 20:16:59 kn Exp $
|
attempt to fix undefined references to dcsctp by removing dcsctp_transport.*
|
||||||
|
https://github.com/desktop-app/tg_owt/pull/94
|
||||||
- attempt to fix undefined references to dcsctp by removing dcsctp_transport.*
|
|
||||||
|
|
||||||
Index: CMakeLists.txt
|
Index: CMakeLists.txt
|
||||||
--- CMakeLists.txt.orig
|
--- CMakeLists.txt.orig
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.7 2022/02/13 21:21:03 kn Exp $
|
|
||||||
include/tg_owt/
|
include/tg_owt/
|
||||||
include/tg_owt/api/
|
include/tg_owt/api/
|
||||||
include/tg_owt/api/adaptation/
|
include/tg_owt/api/adaptation/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user