pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/deepstate-honggfuzz/patches



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar  3 09:25:47 UTC 2023

Added Files:
        pkgsrc/devel/deepstate-honggfuzz/patches: patch-CMakeLists.txt

Log Message:
deepstate-hongfuzz: really add patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/deepstate-honggfuzz/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/deepstate-honggfuzz/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/deepstate-honggfuzz/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Fri Mar  3 09:25:47 2023
+++ pkgsrc/devel/deepstate-honggfuzz/patches/patch-CMakeLists.txt       Fri Mar  3 09:25:47 2023
@@ -0,0 +1,19 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2023/03/03 09:25:47 wiz Exp $
+
+--- CMakeLists.txt.orig        2020-08-25 17:45:32.000000000 +0000
++++ CMakeLists.txt
+@@ -67,14 +67,8 @@ endif()
+ 
+ if (DEEPSTATE_HONGGFUZZ)
+   string(FIND "${CMAKE_C_COMPILER}" "hfuzz-clang" _hfuzz_found)
+-  if(_hfuzz_found EQUAL -1)
+-    message(FATAL_ERROR "DeepState's HonggFuzz mode requires the hfuzz-clang C compiler.")
+-  endif()
+ 
+   string(FIND "${CMAKE_CXX_COMPILER}" "hfuzz-clang++" _hfuzz_found)
+-  if(_hfuzz_found EQUAL -1)
+-    message(FATAL_ERROR "DeepState's HonggFuzz mode requires the hfuzz-clang++ C++ compiler.")
+-  endif()
+ endif()
+ 
+ if (DEEPSTATE_AFL)



Home | Main Index | Thread Index | Old Index