You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
b3ebe6212d
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@111115 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
334 B
Diff
12 lines
334 B
Diff
--- setup.py.orig 2013-09-15 18:43:31.000000000 +0400
|
|
+++ setup.py 2013-09-15 18:43:41.000000000 +0400
|
|
@@ -7,7 +7,7 @@
|
|
Extension(
|
|
'_freeling',
|
|
['freeling_pythonAPI.i'],
|
|
- swig_opts=['-c++'],
|
|
+ swig_opts=['-c++', '-py3'],
|
|
libraries=['freeling'],
|
|
)
|
|
],
|