pkgsrc/graphics/exifprobe/patches/patch-aa

16 lines
436 B
Text

$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