Fix python-trinity FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/python-trinity@1247735 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 39d98386f7
commit 1ae63f7d91

@ -738,6 +738,8 @@ def generate_code(mname, imports=None, extra_cflags=None, extra_cxxflags=None, e
if extra_include_dir:
makefile.extra_include_dirs.append(extra_include_dir)
makefile.extra_include_dirs.append ("/usr/include/tqt")
if extra_lflags:
makefile.extra_lflags.append(extra_lflags)
@ -764,7 +766,6 @@ def generate_code(mname, imports=None, extra_cflags=None, extra_cxxflags=None, e
makefile.extra_cflags.append ("-fno-rtti")
makefile.extra_cxxflags.append ("-fno-rtti")
if sipcfg.sip_version < 0x040000 and imports:
# Inter-module links.
for im in imports:

Loading…
Cancel
Save