View | Details | Raw Unified | Return to bug 240087
Collapse All | Expand All

(-)Makefile (-1 lines)
Lines 12-18 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
13
14
BROKEN_mips64=	does not configure: error: SIMD support cannot be enabled
14
BROKEN_mips64=	does not configure: error: SIMD support cannot be enabled
15
BROKEN_powerpc64=	does not build: undefined reference to htole32
16
BROKEN_sparc64=	does not configure: error: SIMD support cannot be enabled
15
BROKEN_sparc64=	does not configure: error: SIMD support cannot be enabled
17
16
18
LIB_DEPENDS=	libpng.so:graphics/png
17
LIB_DEPENDS=	libpng.so:graphics/png
(-)files/patch-md5_md5.c (+11 lines)
Line 0 Link Here
1
--- md5/md5.c.orig	2019-08-25 00:26:22 UTC
2
+++ md5/md5.c
3
@@ -31,6 +31,8 @@
4
 
5
 #include "./md5.h"
6
 
7
+#include <sys/endian.h>
8
+
9
 #ifdef __amigaos4__
10
 #include <machine/endian.h>
11
 #define le32toh(x) (((x & 0xff) << 24) | \

Return to bug 240087