parent
a8f282c867
commit
74f9e9185d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/08/15 13:20:14 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/08/25 15:01:09 naddy Exp $
|
||||
|
||||
DISTNAME= xterm-141
|
||||
DISTNAME= xterm-144
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.312
|
||||
NEED_VERSION= 1.319
|
||||
|
||||
HOMEPAGE= http://dickey.his.com/xterm/xterm.html
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xterm-141.tgz) = 5b3fcf96967f11927f9514ec7a4d9e1e
|
||||
RMD160 (xterm-141.tgz) = eedc6cb4330d09486521868baf30fcbb6bc6d356
|
||||
SHA1 (xterm-141.tgz) = ba414fe164e2d4d50ab0c75de77e14b8dd10c5e6
|
||||
MD5 (xterm-144.tgz) = f62c46b347597a66958c16ff2bf4df39
|
||||
RMD160 (xterm-144.tgz) = 147fbc4a7fd2ed54369de0e43777afcf0134b9f6
|
||||
SHA1 (xterm-144.tgz) = d9839cb6198f5938b7647c02ecae732714f5f99f
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-wcwidth_h,v 1.1 2000/08/15 13:20:14 naddy Exp $
|
||||
--- wcwidth.h.orig Tue Aug 15 14:28:43 2000
|
||||
+++ wcwidth.h Tue Aug 15 14:31:11 2000
|
||||
@@ -1,7 +1,11 @@
|
||||
#ifndef included_wcwidth_h
|
||||
#define included_wcwidth_h 1
|
||||
|
||||
+#if defined(__OpenBSD__)
|
||||
+#include <stddef.h>
|
||||
+#else
|
||||
#include <wchar.h>
|
||||
+#endif
|
||||
|
||||
extern int my_wcwidth(wchar_t ucs);
|
||||
extern int wcswidth(const wchar_t *pwcs, size_t n);
|
Loading…
Reference in New Issue
Block a user