mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add a workaround for NeedWidePrototypes problem of Xorg 7.x.
Bump PORTREVISION. PR: ports/113092
This commit is contained in:
parent
4f637bd949
commit
31a318c921
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192570
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xdvik
|
||||
PORTVERSION= ${VERSION_XDVIK}.${VERSION_JPATCH}
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= japanese print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= xdvi
|
||||
|
11
japanese/xdvik/files/patch-texk-xdvik-xdvi.h
Normal file
11
japanese/xdvik/files/patch-texk-xdvik-xdvi.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- xdvik-22.40y1/texk/xdvik/xdvi.h.orig Sat Jun 2 13:34:09 2007
|
||||
+++ xdvik-22.40y1/texk/xdvik/xdvi.h Sat Jun 2 13:34:42 2007
|
||||
@@ -349,7 +349,7 @@
|
||||
|
||||
typedef unsigned char ubyte;
|
||||
|
||||
-#if NeedWidePrototypes
|
||||
+#if 1
|
||||
typedef unsigned int wide_ubyte;
|
||||
typedef int wide_bool;
|
||||
#define WIDENINT (int)
|
Loading…
Reference in New Issue
Block a user