]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/python/python-gsl-0.2.0/cross-compile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / python / python-gsl-0.2.0 / cross-compile.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- pygsl-0.2.0/gsl_Extension.py~cross-compile  2003-11-19 10:08:53.000000000 +0100
7 +++ pygsl-0.2.0/gsl_Extension.py        2004-02-16 16:32:15.000000000 +0100
8 @@ -85,8 +85,8 @@
9                 else:
10                         self.gsl_config_tool="gsl-config"
11                         
12 -               self.prefix = self.get_gsl_info('--prefix').strip()
13 -               self.cflags = self.get_gsl_info('--cflags').strip()
14 +               self.prefix = os.getenv( "STAGING" )+"/target"
15 +               self.cflags = self.get_gsl_info('--cflags').strip() + " -I%s/python2.3/include" % os.getenv( "STAGING" )
16                 self.libs   = self.get_gsl_info('--libs').strip()
17                  self.version = self._split_version(self.get_gsl_info('--version').strip())
18