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):
|
||||
# Unsupported CPU architecture.
|
||||
@ -15,8 +15,11 @@ GH_PROJECT = tg_owt
|
||||
# no releases or tags, use latest master
|
||||
GH_COMMIT = a264028ec71d9096e0aa629113c49c25db89d260
|
||||
DISTNAME = ${GH_PROJECT}-0.0.0.20220216
|
||||
REVISION = 0
|
||||
CATEGORIES = net
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
SHARED_LIBS = tg_owt 1.1 # 0.0.0
|
||||
|
||||
# Fetch bundles/submodules missing from the tarball, see ${WRKSRC}/.gitmodules
|
||||
@ -113,10 +116,6 @@ NEEDED_BUNDLES += libsrtp
|
||||
# unported and required
|
||||
NEEDED_BUNDLES += libyuv pffft
|
||||
|
||||
.ifndef DEBUG
|
||||
INSTALL_TARGET = install/strip
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
# All bundles:
|
||||
@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.*
|
||||
attempt to fix undefined references to dcsctp by removing dcsctp_transport.*
|
||||
https://github.com/desktop-app/tg_owt/pull/94
|
||||
|
||||
Index: CMakeLists.txt
|
||||
--- 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/api/
|
||||
include/tg_owt/api/adaptation/
|
||||
|
Loading…
x
Reference in New Issue
Block a user