diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-08 12:11:23 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-08 13:41:14 +0000 |
commit | 4f594eaa6ba90641ff5eb3d8d5f16fdaff2fd073 (patch) | |
tree | 2dcd10a74f4a594181c1da88e2bdfff9a46a7d17 /obs-studio | |
parent | 855f142ad49950215c99e1a2a2bcdaabf472d305 (diff) | |
download | contrib-4f594eaa6ba90641ff5eb3d8d5f16fdaff2fd073.tar.gz contrib-4f594eaa6ba90641ff5eb3d8d5f16fdaff2fd073.tar.xz |
obs-studio: updated cmake syntax
Diffstat (limited to 'obs-studio')
-rw-r--r-- | obs-studio/.signature | 4 | ||||
-rw-r--r-- | obs-studio/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/obs-studio/.signature b/obs-studio/.signature index 3ec70cf9c..f2c4b4e70 100644 --- a/obs-studio/.signature +++ b/obs-studio/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+vQjumUMSjaRQFNRSEpDFEN3UFMBI8F5GeaAzjeq7D3sp6raZZOWK+NJccgtlzsurJjiNcaG89LPuJVkfwR0As= -SHA256 (Pkgfile) = 664103b12343dc21a8ea7dc4f409285152cbaf452c30e28d224658615670e759 +RWSagIOpLGJF31aNuRBx+ceBU+G4L0dNS3LEWVICp9hyWmKnT6LqUqr6l0a15zIchOYf/HhIuEfl8V3Fwk6mJHkVAiCB+yyG/A8= +SHA256 (Pkgfile) = 82963c13f1eaf1583f5b5e8c444003e806ed62af959a4f5b139525bdb0378882 SHA256 (.footprint) = 8f267744499154d459b759e3fcd54b0a69e52054d327386da77360b24e8f7055 SHA256 (obs-studio-25.0.8.tar.gz) = ef1179c23256c312212e3dce9083d4fa67751db05c3001ad824e2b6995943941 diff --git a/obs-studio/Pkgfile b/obs-studio/Pkgfile index cad406e9d..c3075a26c 100644 --- a/obs-studio/Pkgfile +++ b/obs-studio/Pkgfile @@ -21,7 +21,7 @@ build() { -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ -D OBS_VERSION_OVERRIDE="$version" \ -D UNIX_STRUCTURE=ON \ - -W no-dev + -Wno-dev cmake --build build DESTDIR=$PKG cmake --install build |