diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-07-28 04:57:06 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-07-28 04:57:06 +0000 |
commit | 1b38b9d4c14e3c2edcca96f93f3a1e64720c4e43 (patch) | |
tree | 814671aa39dd6bf2e17a856d9a30c1310dece6df /graphics/netpbm | |
parent | 92af474ab620eb7b202449a9c40d702f9e5f613e (diff) | |
download | FreeBSD-ports-1b38b9d4c14e3c2edcca96f93f3a1e64720c4e43.zip FreeBSD-ports-1b38b9d4c14e3c2edcca96f93f3a1e64720c4e43.tar.gz |
- Fix build on sparc64
Submitted by: arved
Diffstat (limited to 'graphics/netpbm')
-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 0000000..9d89d04 --- /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); + } |