Skip to content

Commit

Permalink
harfbuzz: Fix pkg-conf output
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Mar 27, 2024
1 parent ad49354 commit b3a0aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harfbuzz/PSPBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source=(
)
sha256sums=(
"109501eaeb8bde3eadb25fab4164e993fbace29c3d775bcaa1c1e58e2f15f847"
"9248557e549775ce9f3689bf271722bedab9bceba4cbc9ba452c68b652d31616"
"59a2b89ec8e36c281e0e4eba34bdffaaed4e2697866e7fbab97b1629fa7daefc"
)

prepare() {
Expand Down
3 changes: 2 additions & 1 deletion harfbuzz/fix-cmake.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ diff -ruN original/CMakeLists.txt new/CMakeLists.txt
- list(APPEND THIRD_PARTY_LIBS Threads::Threads)
+ if (NOT PSP)
+ list(APPEND THIRD_PARTY_LIBS Threads::Threads)
+ list(APPEND PC_LIBS_PRIV -pthread)
+ endif()
list(APPEND PC_LIBS_PRIV -pthread)
- list(APPEND PC_LIBS_PRIV -pthread)
endif ()
endif ()

0 comments on commit b3a0aeb

Please sign in to comment.