forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timewarrior: unbreak for systems with libstdc++
- Loading branch information
1 parent
100bfd4
commit 037cc67
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- cmake/CXXSniffer.cmake 2023-12-31 01:15:05.000000000 +0800 | ||
+++ cmake/CXXSniffer.cmake 2024-07-07 12:19:06.000000000 +0800 | ||
@@ -4,7 +4,6 @@ | ||
set (LINUX true) | ||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") | ||
set (DARWIN true) | ||
- set (CMAKE_CXX_FLAGS "-stdlib=libc++ ${CMAKE_CXX_FLAGS}") | ||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD") | ||
set (KFREEBSD true) | ||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") |