summaryrefslogtreecommitdiffstats
path: root/extra/pycups/pycups-1.9.49-python-2.5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pycups/pycups-1.9.49-python-2.5.patch')
-rw-r--r--extra/pycups/pycups-1.9.49-python-2.5.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/pycups/pycups-1.9.49-python-2.5.patch b/extra/pycups/pycups-1.9.49-python-2.5.patch
new file mode 100644
index 000000000..3be7e6339
--- /dev/null
+++ b/extra/pycups/pycups-1.9.49-python-2.5.patch
@@ -0,0 +1,9 @@
+--- pycups-1.9.49/setup.py.orig 2010-04-29 22:54:22.000000000 +0200
++++ pycups-1.9.49/setup.py 2010-04-29 22:55:20.000000000 +0200
+@@ -3,4 +3,5 @@
+ ext_modules=[Extension("cups",
+ ["cupsmodule.c", "cupsconnection.c",
+ "cupsppd.c", "cupsipp.c"],
+- libraries=["cups"])])
++ libraries=["cups"],
++ define_macros=[("VERSION", '"1.9.49"')])])