diff options
Diffstat (limited to 'graphics/lcms-python/files')
-rw-r--r-- | graphics/lcms-python/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/lcms-python/files/patch-icc34 | 14 | ||||
-rw-r--r-- | graphics/lcms-python/files/patch-python_Makefile.in | 31 | ||||
-rw-r--r-- | graphics/lcms-python/files/patch-python_lcms_wrap.cxx | 11 |
4 files changed, 0 insertions, 67 deletions
diff --git a/graphics/lcms-python/files/patch-configure b/graphics/lcms-python/files/patch-configure deleted file mode 100644 index 6c99e9790c5b..000000000000 --- a/graphics/lcms-python/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2018-02-06 01:53:28 UTC -+++ configure -@@ -5287,7 +5287,7 @@ if test "${am_cv_pathless_PYTHON+set}" = - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do -+ for am_cv_pathless_PYTHON in python python2 python2.7 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do - test "$am_cv_pathless_PYTHON" = none && break - prog="import sys, string - # split strings by '.' and convert to numeric. Append some zeros diff --git a/graphics/lcms-python/files/patch-icc34 b/graphics/lcms-python/files/patch-icc34 deleted file mode 100644 index 6d7a4aa9b2e5..000000000000 --- a/graphics/lcms-python/files/patch-icc34 +++ /dev/null @@ -1,14 +0,0 @@ -Try to use the int32 and friends on all Unixes -- not just SGI's Irix. ---- include/icc34.h.in.orig Tue Jul 22 06:10:02 2003 -+++ include/icc34.h.in Sun May 23 11:45:09 2004 -@@ -191,8 +191,10 @@ - typedef icUInt32Number icU16Fixed16Number; - - #else -+#ifdef __unix__ - #ifdef __sgi - #include "sgidefs.h" -+#endif - - typedef __int32_t icSignature; - diff --git a/graphics/lcms-python/files/patch-python_Makefile.in b/graphics/lcms-python/files/patch-python_Makefile.in deleted file mode 100644 index d3588f5f7381..000000000000 --- a/graphics/lcms-python/files/patch-python_Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- python/Makefile.in.orig 2009-10-13 14:53:14.000000000 +0400 -+++ python/Makefile.in 2009-10-13 14:54:04.000000000 +0400 -@@ -56,7 +56,6 @@ - am__installdirs = "$(DESTDIR)$(pkgdir)" "$(DESTDIR)$(pkgdir)" - pkgLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(pkg_LTLIBRARIES) --_lcms_la_DEPENDENCIES = $(top_builddir)/src/liblcms.la - am__lcms_la_OBJECTS = _lcms_la-lcms_wrap.lo - _lcms_la_OBJECTS = $(am__lcms_la_OBJECTS) - _lcms_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ -@@ -157,7 +156,7 @@ - PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ - PYTHON_PLATFORM = @PYTHON_PLATFORM@ - PYTHON_PREFIX = @PYTHON_PREFIX@ --PYTHON_VERSION = @PYTHON_VERSION@ -+PYTH_VERSION = @PYTHON_VERSION@ - RANLIB = @RANLIB@ - SED = @SED@ - SET_MAKE = @SET_MAKE@ -@@ -243,9 +242,9 @@ - _lcms_la_LDFLAGS = -no-undefined -module -avoid-version \ - -L$(LCMS_PYLIB)/config - --_lcms_la_LIBADD = $(top_builddir)/src/liblcms.la -lpython$(PYTHON_VERSION) -+_lcms_la_LIBADD = -llcms -lpython$(PYTH_VERSION) - _lcms_la_SOURCES = lcms_wrap.cxx --_lcms_la_CPPFLAGS = -I$(PYTHON_PREFIX)/include/python$(PYTHON_VERSION) \ -+_lcms_la_CPPFLAGS = -I$(PYTHON_PREFIX)/include/python$(PYTH_VERSION) \ - -I$(LCMS_PYINCLUDE) \ - $(AM_CPPFLAGS) - diff --git a/graphics/lcms-python/files/patch-python_lcms_wrap.cxx b/graphics/lcms-python/files/patch-python_lcms_wrap.cxx deleted file mode 100644 index d0c5465786fc..000000000000 --- a/graphics/lcms-python/files/patch-python_lcms_wrap.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- python/lcms_wrap.cxx.orig 2009-10-13 14:48:08.000000000 +0400 -+++ python/lcms_wrap.cxx 2009-10-13 14:48:48.000000000 +0400 -@@ -2958,7 +2958,7 @@ - { - if (PyString_Check(obj)) { - char *cstr; Py_ssize_t len; -- PyString_AsStringAndSize(obj, &cstr, &len); -+ PyString_AsStringAndSize(obj, &cstr, (Py_ssize_t *)&len); - if (cptr) { - if (alloc) { - /* |