]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-vorbis-1.3/disable-oggcheck.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-vorbis-1.3 / disable-oggcheck.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- pyvorbis-1.3/setup.py~disable-oggcheck      2003-08-15 10:42:02.000000000 +0200
7 +++ pyvorbis-1.3/setup.py       2004-01-21 16:32:56.000000000 +0100
8 @@ -16,7 +16,7 @@
9      print '''You must have the Ogg Python bindings
10  installed in order to build and install
11  these bindings. Import of ogg._ogg failed.'''
12 -    sys.exit(1)
13 +    #sys.exit(1)
14  
15  def get_setup():
16      data = {}