diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-07-28 12:57:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-07-28 12:57:06 +0800 |
commit | 1b38b9d4c14e3c2edcca96f93f3a1e64720c4e43 (patch) | |
tree | 814671aa39dd6bf2e17a856d9a30c1310dece6df /graphics | |
parent | 92af474ab620eb7b202449a9c40d702f9e5f613e (diff) | |
download | freebsd-ports-gnome-1b38b9d4c14e3c2edcca96f93f3a1e64720c4e43.tar.gz freebsd-ports-gnome-1b38b9d4c14e3c2edcca96f93f3a1e64720c4e43.tar.zst freebsd-ports-gnome-1b38b9d4c14e3c2edcca96f93f3a1e64720c4e43.zip |
- Fix build on sparc64
Submitted by: arved
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/files/patch-lib-util-wordaccess.h | 11 |
1 files changed, 11 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..9d89d045e11e --- /dev/null +++ b/graphics/netpbm/files/patch-lib-util-wordaccess.h @@ -0,0 +1,11 @@ +--- lib/util/wordaccess.h.orig Tue Jun 29 23:20:25 2004 ++++ lib/util/wordaccess.h Mon Jul 26 23:08:10 2004 +@@ -65,7 +65,7 @@ + exact same format as wordintBytes. It's a simple matter of casting + to fool the compiler. + */ +-static __inline__ wordn ++static __inline__ wordint + bytesToWordint(wordintBytes bytes) { + return *((wordint *)bytes); + } |