ports/devel/cryptopp/patches/patch-config_h

15 lines
246 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: config.h
--- config.h.orig
+++ config.h
@@ -16,6 +16,10 @@
/// \file config.h
/// \brief Library configuration file
+#if defined(__i386__)
+#define CRYPTOPP_DISABLE_ASM
+#endif
+
#ifndef CRYPTOPP_CONFIG_H
#define CRYPTOPP_CONFIG_H