diff options
author | markus <markus@FreeBSD.org> | 2005-08-13 02:55:09 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-08-13 02:55:09 +0800 |
commit | 563804f3097c48c3a37f34985f1de4f3dd21e158 (patch) | |
tree | 5ea2e0fe634a065cab3619cc4ab20f8baf4d09d2 /deskutils/kchmviewer-kde4 | |
parent | eb9b1e90176806e99105b58e8b52faa07751f128 (diff) | |
download | freebsd-ports-gnome-563804f3097c48c3a37f34985f1de4f3dd21e158.tar.gz freebsd-ports-gnome-563804f3097c48c3a37f34985f1de4f3dd21e158.tar.zst freebsd-ports-gnome-563804f3097c48c3a37f34985f1de4f3dd21e158.zip |
Add patch in order to fix the build on ia64, alpha and sparc64
Submitted by: pointyhat via kris
Approved by: portmgr (linimon)
Diffstat (limited to 'deskutils/kchmviewer-kde4')
-rw-r--r-- | deskutils/kchmviewer-kde4/files/patch-chmlib-chm_lib.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kchmviewer-kde4/files/patch-chmlib-chm_lib.c b/deskutils/kchmviewer-kde4/files/patch-chmlib-chm_lib.c new file mode 100644 index 000000000000..848732cdc121 --- /dev/null +++ b/deskutils/kchmviewer-kde4/files/patch-chmlib-chm_lib.c @@ -0,0 +1,11 @@ +--- chmlib-0.35/chm_lib.c.orig Thu Jun 30 19:24:09 2005 ++++ chmlib-0.35/chm_lib.c Tue Aug 9 20:22:47 2005 +@@ -160,7 +160,7 @@ + /* Sparc */ + /* MIPS */ + /* PPC */ +-#elif __i386__ || __sun || __sgi || __ppc__ || __x86_64__ ++#elif __i386__ || __sun || __sgi || __ppc__ || __x86_64__ || __ia64__ || __alpha__ || __sparc64__ + typedef unsigned char UChar; + typedef short Int16; + typedef unsigned short UInt16; |