]> git.pld-linux.org Git - packages/fann.git/blobdiff - fann-python.patch
- updated to support python 2.4
[packages/fann.git] / fann-python.patch
index eafc158ef09d7781b988a8bd27414ff3fd5ba0a0..893d5464c1ca26c56527d898a802baae16c4c7ef 100644 (file)
@@ -9,7 +9,7 @@
  
  %.o: %.c 
 -      gcc -c -fpic $< -I/usr/include/python2.3/
-+      gcc ${CFLAGS} -c -fpic $< -I/usr/include/python2.3/
++      gcc ${CFLAGS} -c -fpic $< -I/usr/include/python2.4/ -I/usr/include/python2.3/
  
  %_wrap.c: %.i 
        swig -python $<
This page took 0.023844 seconds and 4 git commands to generate.