View | Details | Raw Unified | Return to bug 62137 | Differences between
and this patch

Collapse All | Expand All

(-)xmess/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xmess
8
PORTNAME=	xmess
9
PORTVERSION=	0.77.1
9
PORTVERSION=	0.78.1
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	X11 emulator for game consoles
12
COMMENT=	X11 emulator for game consoles
(-)xmess/files/patch-aa (+14 lines)
Line 0 Link Here
1
--- src/sha1.h.orig	Fri Jan 30 21:43:41 2004
2
+++ src/sha1.h	Fri Jan 30 21:45:58 2004
3
@@ -26,10 +26,7 @@
4
 #ifndef NETTLE_SHA1_H_INCLUDED
5
 #define NETTLE_SHA1_H_INCLUDED
6
 
7
-#ifndef _STDINT_H
8
-typedef unsigned int uint32_t;
9
-typedef unsigned char uint8_t;
10
-#endif
11
+#include <stdint.h>
12
 
13
 #define SHA1_DIGEST_SIZE 20
14
 #define SHA1_DATA_SIZE 64

Return to bug 62137