diff options
Diffstat (limited to 'dev-libs/clearsilver/files/0.9.7-python.patch')
-rw-r--r-- | dev-libs/clearsilver/files/0.9.7-python.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/clearsilver/files/0.9.7-python.patch b/dev-libs/clearsilver/files/0.9.7-python.patch new file mode 100644 index 000000000000..fcd82b29e489 --- /dev/null +++ b/dev-libs/clearsilver/files/0.9.7-python.patch @@ -0,0 +1,11 @@ +--- python/setup.py~ 2004-04-20 23:29:55.566483816 +0200 ++++ python/setup.py 2004-04-20 23:30:07.642647960 +0200 +@@ -69,6 +69,8 @@ + LIB_DIRS = expand_vars(LIB_DIRS, make_vars) + LIBRARIES = expand_vars(LIBRARIES, make_vars) + ++os.environ["CFLAGS"] = os.environ["CFLAGS"].replace(' -c', '') ++ + setup(name="clearsilver", + version=VERSION, + description="Python ClearSilver Wrapper", |