SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
print/qpdf/patches/patch-CMakeLists_txt
Normal file
14
print/qpdf/patches/patch-CMakeLists_txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Don't pick up libatomic from ports gcc if it happens to be installed.
|
||||
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -194,7 +194,7 @@ int main() {
|
||||
set(ATOMIC_LIBRARY atomic PARENT_SCOPE)
|
||||
endif()
|
||||
endfunction()
|
||||
-check_atomic()
|
||||
+# check_atomic()
|
||||
|
||||
set(WINDOWS_WMAIN_COMPILE "")
|
||||
set(WINDOWS_WMAIN_LINK "")
|
Loading…
Add table
Add a link
Reference in a new issue