mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
64bit time_t.
This commit is contained in:
@@ -3,7 +3,7 @@ COMMENT= CUPS bindings for Python
|
||||
MODPY_DISTV= 2.0.4
|
||||
DISTNAME= pycups-${MODPY_DISTV}
|
||||
PKGNAME= ${DISTNAME:S/^py/py-/}
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
CATEGORIES= print
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
64bit time_t
|
||||
|
||||
Index: cupsconnection.c
|
||||
--- cupsconnection.c.orig
|
||||
+++ cupsconnection.c
|
||||
@@ -3819,7 +3819,7 @@ Connection_getPPD3 (Connection *self, PyObject *args,
|
||||
|
||||
PyTuple_SetItem (ret, 2, obj);
|
||||
|
||||
- debugprintf ("<- Connection_getPPD3() = (%d,%ld,%s)\n",
|
||||
+ debugprintf ("<- Connection_getPPD3() = (%d,%lld,%s)\n",
|
||||
status, modtime, fname);
|
||||
return ret;
|
||||
}
|
||||
Reference in New Issue
Block a user