packages: parigp/parigp-target_arch.patch - resurrected as needed

baggins baggins at pld-linux.org
Sat Jun 12 21:01:22 CEST 2010


Author: baggins                      Date: Sat Jun 12 19:01:22 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- resurrected as needed

---- Files affected:
packages/parigp:
   parigp-target_arch.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/parigp/parigp-target_arch.patch
diff -u /dev/null packages/parigp/parigp-target_arch.patch:1.4
--- /dev/null	Sat Jun 12 21:01:22 2010
+++ packages/parigp/parigp-target_arch.patch	Sat Jun 12 21:01:14 2010
@@ -0,0 +1,23 @@
+--- pari-2.3.5/config/get_config_options.orig	2008-03-31 13:43:59.000000000 +0200
++++ pari-2.3.5/config/get_config_options	2010-06-12 20:09:03.371567349 +0200
+@@ -65,6 +65,7 @@
+   --sysdatadir=*) dfltsysdatadir=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
+   --time=*) timing_fun=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
+   --host=*) target_host=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
++  --target=*) target_arch=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
+   --kernel=*) kernel=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
+   --builddir) dfltobjdir=auto;;
+   --builddir=*) dfltobjdir=`echo "$1" | sed -e 's/[-a-z]*=//'`;;
+--- pari-2.3.5/config/get_archos~	2008-03-31 13:43:59.000000000 +0200
++++ pari-2.3.5/config/get_archos	2010-06-12 20:10:14.279316507 +0200
+@@ -6,6 +6,10 @@
+ arch=`echo "$target_host" | sed -e 's/\(.*\)-.*/\1/'`
+ osname=`echo "$target_host" | sed -e 's/.*-\(.*\)/\1/'`
+ 
++if test -n "$target_arch"; then 
++  arch=$target_arch
++fi
++
+ if test "$fastread" != yes; then
+   cat << EOM
+ ==========================================================================
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/parigp/parigp-target_arch.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list