diff options
author | hrs <hrs@FreeBSD.org> | 2007-06-02 12:45:13 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-06-02 12:45:13 +0800 |
commit | 31c7d8591b301936423648029f9161369538f6a8 (patch) | |
tree | a83c7d566f60303c62977c6682d5d96022de2a09 /japanese/xdvik | |
parent | 238ad52f88f9758af2ecd20b815ff0d9d12f747f (diff) | |
download | freebsd-ports-gnome-31c7d8591b301936423648029f9161369538f6a8.tar.gz freebsd-ports-gnome-31c7d8591b301936423648029f9161369538f6a8.tar.zst freebsd-ports-gnome-31c7d8591b301936423648029f9161369538f6a8.zip |
Add a workaround for NeedWidePrototypes problem of Xorg 7.x.
Bump PORTREVISION.
PR: ports/113092
Diffstat (limited to 'japanese/xdvik')
-rw-r--r-- | japanese/xdvik/Makefile | 2 | ||||
-rw-r--r-- | japanese/xdvik/files/patch-texk-xdvik-xdvi.h | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/japanese/xdvik/Makefile b/japanese/xdvik/Makefile index 6514f61cec28..331192009899 100644 --- a/japanese/xdvik/Makefile +++ b/japanese/xdvik/Makefile @@ -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 diff --git a/japanese/xdvik/files/patch-texk-xdvik-xdvi.h b/japanese/xdvik/files/patch-texk-xdvik-xdvi.h new file mode 100644 index 000000000000..692861168563 --- /dev/null +++ b/japanese/xdvik/files/patch-texk-xdvik-xdvi.h @@ -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) |