diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2026-03-17 08:51:53 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2026-03-17 08:51:53 +0300 |
| commit | 4227571a1677421e654010b322c4a0b16a4ed3e7 (patch) | |
| tree | 6445484d6c998a46fe3d6a6e65c44ce6c3cf6008 /trinity-apps/soundkonverter/files | |
| parent | b30d27d81d7740b9a4733fda0d994e644266fd6c (diff) | |
| download | tde-packaging-gentoo-master.tar.gz tde-packaging-gentoo-master.zip | |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'trinity-apps/soundkonverter/files')
| -rw-r--r-- | trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch b/trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch new file mode 100644 index 00000000..1deb1fec --- /dev/null +++ b/trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch @@ -0,0 +1,31 @@ +From 803b6cf6d90de24d42906246c60d81c5156574e0 Mon Sep 17 00:00:00 2001 +From: Alexander Golubev <fatzer2@gmail.com> +Date: Mon, 16 Mar 2026 02:05:43 +0300 +Subject: [PATCH] Fix build with tqt in a nonstandard location + +Otherwise the build were failing with: + + ld: cannot find -ltqt-mt: No such file or directory + +-ltqt-mt origins from DCOP-shared. + +Signed-off-by: Alexander Golubev <fatzer2@gmail.com> +--- + src/CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 8d4feb3..56707ef 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -10,6 +10,7 @@ include_directories( + ) + + link_directories( ++ ${TQT_LIBRARY_DIRS} + ${TDE_LIB_DIR} + ) + +-- +2.52.0 + |
