File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 22# Created: Anthony Mallet on Thu, 6 Feb 2025
33#
44
5+ PKGREVISION = 1
56DISTNAME = gz-tools-2.0.0
67
78GZ_COMMENT = command line interface
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ SHA1 (gz-tools-gz-tools2_2.0.0.tar.gz) = 55f95d01462f602fb870ede858b7eb6e707d94b
22RMD160 (gz-tools-gz-tools2_2.0.0.tar.gz) = 2c77aa1fd1b08b0afadc839a6ac55b1fb74c5692
33Size (gz-tools-gz-tools2_2.0.0.tar.gz) = 60973 bytes
44SHA1 (patch-aa) = fe582aab3cb742096819c31762915963e8dce4c0
5+ SHA1 (patch-ab) = f9b3a1f23211d8bca0bfcff49c57465e457ee14f
Original file line number Diff line number Diff line change 1+ Always use full path to libbackward.
2+
3+ --- src/CMakeLists.txt~ 2022-09-22 23:00:59.000000000 +0200
4+ +++ src/CMakeLists.txt 2025-03-13 12:37:09.897991272 +0100
5+ @@ -39,7 +39,7 @@
6+
7+ #===============================================================================
8+ # Used for the installed version.
9+ -if(APPLE)
10+ +if(TRUE)
11+ # On macOS, the full path to the library since DYLD_LIBRARY_PATH may not work.
12+ set(backward_library_name ${CMAKE_INSTALL_FULL_LIBDIR}/$<TARGET_FILE_NAME:backward>)
13+ else()
You can’t perform that action at this time.
0 commit comments