diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-29 22:59:53 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-29 22:59:53 +0200 |
commit | 41402d8886f8b55a7a18fab0277115e9769c9702 (patch) | |
tree | b69ec2183695844d16b8e317f8cd424a31140d6c /extra/pycups/pycups-1.9.49-python-2.5.patch | |
parent | 155c2fb2d45f0dd1f59905007d59e3ea1c2e6431 (diff) | |
download | nutyx-extra-41402d8886f8b55a7a18fab0277115e9769c9702.tar.gz nutyx-extra-41402d8886f8b55a7a18fab0277115e9769c9702.tar.bz2 nutyx-extra-41402d8886f8b55a7a18fab0277115e9769c9702.tar.xz nutyx-extra-41402d8886f8b55a7a18fab0277115e9769c9702.zip |
pycups, ajout patch
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.patch | 9 |
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"')])]) |