aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-08-19 18:15:52 +0800
committerdinoex <dinoex@FreeBSD.org>2004-08-19 18:15:52 +0800
commitd4bba03733bc2b587af81c6297e255d2a03a250e (patch)
treed45968b5d79d128f3a45bd3b084ce32d7c2c334d
parent5d5988bbf90732172604af78ec04130d1440afd8 (diff)
downloadfreebsd-ports-gnome-d4bba03733bc2b587af81c6297e255d2a03a250e.tar.gz
freebsd-ports-gnome-d4bba03733bc2b587af81c6297e255d2a03a250e.tar.zst
freebsd-ports-gnome-d4bba03733bc2b587af81c6297e255d2a03a250e.zip
- fix build on amd64
-rw-r--r--graphics/netpbm/files/patch-lib-util-wordaccess.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/netpbm/files/patch-lib-util-wordaccess.h b/graphics/netpbm/files/patch-lib-util-wordaccess.h
new file mode 100644
index 000000000000..d6aa282f7c9d
--- /dev/null
+++ b/graphics/netpbm/files/patch-lib-util-wordaccess.h
@@ -0,0 +1,14 @@
+--- lib/util/wordaccess.h.orig Thu Jul 22 17:01:52 2004
++++ lib/util/wordaccess.h Thu Aug 19 12:12:27 2004
+@@ -47,7 +47,11 @@
+ #if BITS_PER_WORD == 32
+ typedef uint32n wordint;
+ #else
++ #if BITS_PER_WORD == 64
++ typedef uint32n wordint;
++ #else
+ #error "Don't know how to deal with this value of BITS_PER_WORD"
++ #endif
+ #endif
+ #else
+ /* We can't do any fancy word-based stuff, but we can still fake it