Skip to content

Commit c4db20a

Browse files
committed
Update patch tiff-3.9.4-PPU.patch
This fixes issue #34
1 parent 904ea0e commit c4db20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/tiff-3.9.4-PPU.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
diff -burN tiff-3.9.4.orig//config/config.sub tiff-3.9.4/config/config.sub
22
--- tiff-3.9.4.orig//config/config.sub 2007-07-15 21:55:25.000000000 -0400
33
+++ tiff-3.9.4/config/config.sub 2011-01-16 21:00:47.197505000 -0500
4-
@@ -865,6 +865,8 @@
4+
@@ -1038,6 +1038,8 @@
55
;;
66
ppc64) basic_machine=powerpc64-unknown
77
;;
88
+ ppu) basic_machine=powerpc64-unknown
99
+ ;;
10-
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
10+
ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1111
;;
12-
ppc64le | powerpc64little | ppc64-le | powerpc64-little)
12+
ppc64le | powerpc64little)
1313
diff -burN tiff-3.9.4.orig//contrib/iptcutil/iptcutil.c tiff-3.9.4/contrib/iptcutil/iptcutil.c
1414
--- tiff-3.9.4.orig//contrib/iptcutil/iptcutil.c 2011-01-30 15:01:15.759211660 +0100
1515
+++ tiff-3.9.4/contrib/iptcutil/iptcutil.c 2011-01-30 15:01:21.274911484 +0100

0 commit comments

Comments
 (0)