diff options
| author | Jason W. Bacon <jwb@FreeBSD.org> | 2026-05-10 11:45:29 +0000 |
|---|---|---|
| committer | Jason W. Bacon <jwb@FreeBSD.org> | 2026-05-10 11:45:29 +0000 |
| commit | 633db178d7cb6a614602d3f9d8e9576ae1fea168 (patch) | |
| tree | 3d9182ea4e82d0647c10b42efad707ff0a3fb100 | |
| parent | 87c8b7956b02b56f678e032478e521b4bc095dbc (diff) | |
archivers/streamvbyte: Add patch to repo
Patch was used in poudriere tests, but forgot to git add
Reported by: pkg-fallout
| -rw-r--r-- | archivers/streamvbyte/Makefile | 2 | ||||
| -rw-r--r-- | archivers/streamvbyte/files/patch-CMakeLists.txt | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/archivers/streamvbyte/Makefile b/archivers/streamvbyte/Makefile index 28068a12ec97..4f255f112df2 100644 --- a/archivers/streamvbyte/Makefile +++ b/archivers/streamvbyte/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/lemire/streamvbyte/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -# From 0.5.2. Retest with 2.0.0. +# From 0.5.2. Retest with 3.0.0. BROKEN_powerpc= test fails on big-endian systems BROKEN_powerpc64= test fails on big-endian systems diff --git a/archivers/streamvbyte/files/patch-CMakeLists.txt b/archivers/streamvbyte/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..4b9f23686fd7 --- /dev/null +++ b/archivers/streamvbyte/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2026-05-09 21:04:29 UTC ++++ CMakeLists.txt +@@ -7,7 +7,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON) + set(CMAKE_C_STANDARD 99) + set(CMAKE_C_STANDARD_REQUIRED ON) + +-include(cmake/CPM.cmake) ++# include(cmake/CPM.cmake) + + include(CheckCCompilerFlag) + include(GNUInstallDirs) |
