summarylogtreecommitdiffstats
path: root/swig.patch
blob: 9e806912b8214dbc1dc65465510b8a3318139dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Modern Python versions require swig to be run with the -classic
 option.
Author: Stefano Rivera <stefanor@ubuntu.com>
Author: Graham Inggs <graham@nerve.org.za>
Forwarded: not-needed
Last-Update: 2012-10-17
--- src/Makefile
+++ src/Makefile
@@ -18,7 +18,7 @@
 #       -DNO_GL_LISTS_S 
 #       -DNO_THREADS \
        
-SWIGFLAGS= -python -c++  $(FLAGS) -I../odpdom/include -Iinclude
+SWIGFLAGS= -python -classic -c++  $(FLAGS) -I../odpdom/include -Iinclude
       
 SWIG = swig