summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-11 22:21:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-11 23:09:15 +0100
commitdc4226c0402b1c1da4bede7fa37452c0f9643b38 (patch)
treee4fd552c89b7a03c14b9ed8e112c7dfe6807edd1 /app-editors/texworks/files/texworks-0.6.7-vasprintf-clang16-fix.patch
parentmedia-video/smplayer: drop 22.2.0 (diff)
downloadgentoo-dc4226c0402b1c1da4bede7fa37452c0f9643b38.tar.gz
gentoo-dc4226c0402b1c1da4bede7fa37452c0f9643b38.tar.bz2
gentoo-dc4226c0402b1c1da4bede7fa37452c0f9643b38.zip
app-editors/texworks: drop 0.6.7-r1
Closes: https://bugs.gentoo.org/915783 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/texworks/files/texworks-0.6.7-vasprintf-clang16-fix.patch')
-rw-r--r--app-editors/texworks/files/texworks-0.6.7-vasprintf-clang16-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-editors/texworks/files/texworks-0.6.7-vasprintf-clang16-fix.patch b/app-editors/texworks/files/texworks-0.6.7-vasprintf-clang16-fix.patch
deleted file mode 100644
index ce8e9e2daca0..000000000000
--- a/app-editors/texworks/files/texworks-0.6.7-vasprintf-clang16-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Bug: https://bugs.gentoo.org/882461
-Reverting commit ccf692bb38c43a38f8e9f755dd48451c6f6ad430
---- a/modules/synctex/CMakeLists.txt
-+++ b/modules/synctex/CMakeLists.txt
-@@ -26,6 +26,4 @@ endif()
-
- # SyncTeX uses vasprintf which is not in POSIX; thus gcc prints a warning unless
- # _GNU_SOURCE is defined. Other compilers seem to be fine.
--if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
-- target_compile_definitions(SyncTeX PRIVATE _GNU_SOURCE)
--endif()
-+target_compile_definitions(SyncTeX PRIVATE _GNU_SOURCE)