freebsd-ports/archivers/libunrar6/files/patch-os.hpp
Jason E. Hale bbe35d292d Move archivers/libunrar5 -> archivers/libunrar6 due to new major version.
Update renamed port to 6.0.3.

Bump PORTREVISION on consumers and adjust to use new port origin.
2021-01-19 19:51:31 +00:00

13 lines
213 B
C++

--- os.hpp.orig 2017-04-28 17:28:46 UTC
+++ os.hpp
@@ -150,6 +150,10 @@
#include <locale.h>
+#ifdef OPENSSL_AES
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
+
#ifdef S_IFLNK
#define SAVE_LINKS
#endif