SOURCES (AC-branch): avidemux-amd64.patch (NEW) - fix for amd64 pl...

hawk hawk at pld-linux.org
Sat Mar 17 15:28:03 CET 2007


Author: hawk                         Date: Sat Mar 17 14:28:03 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- fix for amd64 platform detection

---- Files affected:
SOURCES:
   avidemux-amd64.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/avidemux-amd64.patch
diff -u /dev/null SOURCES/avidemux-amd64.patch:1.1.2.1
--- /dev/null	Sat Mar 17 15:28:03 2007
+++ SOURCES/avidemux-amd64.patch	Sat Mar 17 15:27:58 2007
@@ -0,0 +1,21 @@
+diff -ur avidemux_2.3.0.orig/admin/config.sub avidemux_2.3.0/admin/config.sub
+--- avidemux_2.3.0.orig/admin/config.sub	2007-03-17 15:23:39.000000000 +0100
++++ avidemux_2.3.0/admin/config.sub	2007-03-17 15:24:07.000000000 +0100
+@@ -267,7 +267,7 @@
+ 	# We use `pc' rather than `unknown'
+ 	# because (1) that's what they normally are, and
+ 	# (2) the word "unknown" tends to confuse beginning users.
+-	i*86 | x86_64)
++	i*86 | x86_64 | amd64)
+ 	  basic_machine=$basic_machine-pc
+ 	  ;;
+ 	# Object if more than one company name word.
+@@ -311,7 +311,7 @@
+ 	| t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
+ 	| v850-* | v850e-* | vax-* \
+ 	| we32k-* \
+-	| x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
++	| x86-* | x86_64-* | amd64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
+ 	| xtensa-* \
+ 	| ymp-* \
+ 	| z8k-*)
================================================================


More information about the pld-cvs-commit mailing list