diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-26 23:15:56 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-26 23:15:56 +0000 |
commit | 1f9ab54c33a13f42bb2a50aaf5f5cc8b751da188 (patch) | |
tree | 04910b677f7e332ec7629d8a57cefbf66d7e9d33 | |
parent | Add upstream patch to fix compilation with kde-4.6, bug 350352 (diff) | |
download | gentoo-2-1f9ab54c33a13f42bb2a50aaf5f5cc8b751da188.tar.gz gentoo-2-1f9ab54c33a13f42bb2a50aaf5f5cc8b751da188.tar.bz2 gentoo-2-1f9ab54c33a13f42bb2a50aaf5f5cc8b751da188.zip |
Clean patch.
-rw-r--r-- | dev-python/python-lzo/files/lzo2compat.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-lzo/files/lzo2compat.patch b/dev-python/python-lzo/files/lzo2compat.patch index 52769101d761..6ce728753df6 100644 --- a/dev-python/python-lzo/files/lzo2compat.patch +++ b/dev-python/python-lzo/files/lzo2compat.patch @@ -1,5 +1,5 @@ ---- a/python-lzo-1.08/setup.py.orig 2007-04-14 11:10:48.000000000 +1000 -+++ b/python-lzo-1.08/setup.py 2007-04-14 11:17:13.000000000 +1000 +--- setup.py ++++ setup.py @@ -24,8 +24,8 @@ include_dirs.append(os.path.join(CURL_DIR, "include")) extra_objects.append(os.path.join(CURL_DIR, "lzo.lib")) |