Github messages for voidlinux
 help / color / mirror / Atom feed
From: curiousjunior <curiousjunior@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: can't start warsow
Date: Thu, 24 Feb 2022 05:10:00 +0100	[thread overview]
Message-ID: <20220224041000.aZo6LjIs5oBbeLFRb6qUQbWHGssLpRU6T8aTgl_Hvsg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35822@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1489 bytes --]

New comment by curiousjunior on void-packages repository

https://github.com/void-linux/void-packages/issues/35822#issuecomment-1049475100

Comment:
I forgot to mention that patch doesn't touch `snd_qf` because I removed that module before I made that patch, to get rid of `snd_qf` you need this patch:
```
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index 48e37dd094..7c24451bda 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -228,7 +228,6 @@ if (NOT GAME_MODULES_ONLY)
     add_subdirectory(irc)
     add_subdirectory(ref_gl)
     add_subdirectory(snd_openal)
-    add_subdirectory(snd_qf)
     add_subdirectory(ui)
     add_subdirectory(steamlib)
     add_subdirectory(server)
diff --git a/source/client/CMakeLists.txt b/source/client/CMakeLists.txt
index 249add1643..daaa242024 100644
--- a/source/client/CMakeLists.txt
+++ b/source/client/CMakeLists.txt
@@ -197,7 +197,7 @@ else()
 endif()
 
 add_executable(${QFUSION_CLIENT_NAME} ${CLIENT_BINARY_TYPE} ${CLIENT_HEADERS} ${CLIENT_PLATFORM_HEADERS} ${CLIENT_COMMON_SOURCES} ${CLIENT_PLATFORM_SOURCES} ${BUNDLE_RESOURCES})
-add_dependencies(${QFUSION_CLIENT_NAME} angelwrap cgame cin ftlib game irc ref_gl snd_openal snd_qf steamlib ui)
+add_dependencies(${QFUSION_CLIENT_NAME} angelwrap cgame cin ftlib game irc ref_gl snd_openal steamlib ui)
 
 if (APPLE)
     set_target_properties(${QFUSION_CLIENT_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${QFUSION_MAC_INFO_PLIST})
```

  parent reply	other threads:[~2022-02-24  4:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24  0:44 [ISSUE] " curiousjunior
2022-02-24  3:43 ` Anachron
2022-02-24  3:55 ` curiousjunior
2022-02-24  4:00 ` curiousjunior
2022-02-24  4:08 ` curiousjunior
2022-02-24  4:10 ` curiousjunior [this message]
2022-02-24  4:24 ` curiousjunior
2022-02-24  4:37 ` curiousjunior
2022-02-24 14:57 ` paper42
2022-03-21 14:40 ` angrygay
2022-06-25  2:16 ` github-actions
2022-06-26 21:28 ` [ISSUE] [CLOSED] " Duncaen
2023-03-31  3:42 ` ztx-lyghters

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220224041000.aZo6LjIs5oBbeLFRb6qUQbWHGssLpRU6T8aTgl_Hvsg@z \
    --to=curiousjunior@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).