summaryrefslogtreecommitdiff
path: root/graphics/exifprobe/patches/patch-aa
blob: c43b0fd127a033eb6a914330af0c44285d0954fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 2005/10/21 17:17:08 drochner Exp $

*** makebyteorder.sh.orig	Wed Jul 27 12:31:35 2005
--- makebyteorder.sh	Wed Jul 27 12:33:58 2005
***************
*** 3,5 ****
  
! if test -f /usr/include/machine/endian.h
  then
--- 3,8 ----
  
! if test -f /usr/include/machine/endian_machdep.h
! then
!     byteorder=`grep BYTE_ /usr/include/machine/endian_machdep.h`
! elif test -f /usr/include/machine/endian.h
  then