diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-05-17 21:06:57 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-05-17 21:07:44 +0300 |
commit | b34477fb365dc7338da0e8d1567215e43244931b (patch) | |
tree | dcc5a2e15c2a0fc83f7847421e0cf208523ba630 /science/py-dlib/files/patch-dlib_serialize.h | |
parent | Haskell ports: Workaround the Cabal bug when building ghc-lib-parser (diff) |
science/py-dlib: Update to 19.24.9
Diffstat (limited to 'science/py-dlib/files/patch-dlib_serialize.h')
-rw-r--r-- | science/py-dlib/files/patch-dlib_serialize.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/py-dlib/files/patch-dlib_serialize.h b/science/py-dlib/files/patch-dlib_serialize.h deleted file mode 100644 index 94306df64159..000000000000 --- a/science/py-dlib/files/patch-dlib_serialize.h +++ /dev/null @@ -1,11 +0,0 @@ ---- dlib/serialize.h.orig 2024-02-17 21:44:22 UTC -+++ dlib/serialize.h -@@ -639,6 +639,8 @@ namespace dlib - USE_DEFAULT_INT_SERIALIZATION_FOR(wchar_t) - #endif - -+ USE_DEFAULT_INT_SERIALIZATION_FOR(char32_t) -+ - // ---------------------------------------------------------------------------------------- - - inline void serialize( |