summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-26 23:15:56 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-26 23:15:56 +0000
commit89907cf8be6089695e60b3376d65c15ccff8cd70 (patch)
treeb1c125e396edcfc749fb010e0479afde10f935b4 /dev-python/python-lzo
parentAdd upstream patch to fix compilation with kde-4.6, bug 350352 (diff)
downloadhistorical-89907cf8be6089695e60b3376d65c15ccff8cd70.tar.gz
historical-89907cf8be6089695e60b3376d65c15ccff8cd70.tar.bz2
historical-89907cf8be6089695e60b3376d65c15ccff8cd70.zip
Clean patch.
Diffstat (limited to 'dev-python/python-lzo')
-rw-r--r--dev-python/python-lzo/files/lzo2compat.patch4
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"))