pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
compiler-rt-netbsd: Drop libfuzzer patch
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Dec 20 15:17:58 2018 +0100
Changeset: 5835d4b7462635c9cd4e27220175642d3f158ffd
Removed Files:
compiler-rt-netbsd/patches/patch-lib_fuzzer_tests_CMakeLists.txt
Log Message:
compiler-rt-netbsd: Drop libfuzzer patch
-lrt is no longer needed in this repo.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5835d4b7462635c9cd4e27220175642d3f158ffd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
.../patches/patch-lib_fuzzer_tests_CMakeLists.txt | 14 --------------
1 file changed, 14 deletions(-)
diffs:
diff --git a/compiler-rt-netbsd/patches/patch-lib_fuzzer_tests_CMakeLists.txt b/compiler-rt-netbsd/patches/patch-lib_fuzzer_tests_CMakeLists.txt
deleted file mode 100644
index 1a2bc33411..0000000000
--- a/compiler-rt-netbsd/patches/patch-lib_fuzzer_tests_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
---- lib/fuzzer/tests/CMakeLists.txt.orig 2018-12-07 22:43:41.000000000 +0000
-+++ lib/fuzzer/tests/CMakeLists.txt
-@@ -15,6 +15,9 @@ add_custom_target(FuzzerUnitTests)
- set_target_properties(FuzzerUnitTests PROPERTIES FOLDER "Compiler-RT Tests")
-
- set(LIBFUZZER_UNITTEST_LINK_FLAGS ${COMPILER_RT_UNITTEST_LINK_FLAGS})
-+if (OS_NAME MATCHES "NetBSD")
-+ list(APPEND LIBFUZZER_UNITTEST_LINK_FLAGS -lrt)
-+endif()
- list(APPEND LIBFUZZER_UNITTEST_LINK_FLAGS --driver-mode=g++)
-
- if(APPLE OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
Home |
Main Index |
Thread Index |
Old Index