all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob ba25d9074788819c51019cba4c0c7d58e01bdb56 816 bytes (raw)
name: gnu/packages/patches/qtbase-tbd-frameworks.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
diff --git a/src/gui/Qt5GuiConfigExtras.cmake.in b/src/gui/Qt5GuiConfigExtras.cmake.in
index 84dbbfebd4..615bfed124 100644
--- a/src/gui/Qt5GuiConfigExtras.cmake.in
+++ b/src/gui/Qt5GuiConfigExtras.cmake.in
@@ -119,6 +119,10 @@ macro(_qt5gui_find_extra_libs Name Libs LibDir IncDirs)
             if (NOT EXISTS "${Qt5Gui_${_cmake_lib_name}_LIBRARY}")
                 set(Qt5Gui_${_cmake_lib_name}_LIBRARY)
             endif()
+            set(Qt5Gui_${_cmake_lib_name}_LIBRARY "${Qt5Gui_${_cmake_lib_name}_LIBRARY}/${_lib}.tbd")
+            if (NOT EXISTS "${Qt5Gui_${_cmake_lib_name}_LIBRARY}")
+                set(Qt5Gui_${_cmake_lib_name}_LIBRARY)
+            endif()
 !!ENDIF
             if (NOT Qt5Gui_${_cmake_lib_name}_LIBRARY)
                 # The above find_library call doesn\'t work for finding


debug log:

solving ba25d90747 ...
found ba25d90747 in https://yhetil.org/guix/TmrudMQdNDsUlfVXXDlUYS6Cl32emete1oDiVMXaWPTmgzM9sbDSRMPQgBYONLze1lm4M6GS0ce2RsCrklKAcGrn11EQHJky0phqYeIepXo=@protonmail.com/

applying [1/1] https://yhetil.org/guix/TmrudMQdNDsUlfVXXDlUYS6Cl32emete1oDiVMXaWPTmgzM9sbDSRMPQgBYONLze1lm4M6GS0ce2RsCrklKAcGrn11EQHJky0phqYeIepXo=@protonmail.com/
diff --git a/gnu/packages/patches/qtbase-tbd-frameworks.patch b/gnu/packages/patches/qtbase-tbd-frameworks.patch
new file mode 100644
index 0000000000..ba25d90747

Checking patch gnu/packages/patches/qtbase-tbd-frameworks.patch...
1:22: new blank line at EOF.
+
Applied patch gnu/packages/patches/qtbase-tbd-frameworks.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 ba25d9074788819c51019cba4c0c7d58e01bdb56	gnu/packages/patches/qtbase-tbd-frameworks.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.