diff options
Diffstat (limited to 'gentoo/media-libs/lcms/files/lcms-1.19-disable_static_modules.patch')
m--------- | gentoo | 0 | ||||
-rw-r--r-- | gentoo/media-libs/lcms/files/lcms-1.19-disable_static_modules.patch | 20 |
2 files changed, 0 insertions, 20 deletions
diff --git a/gentoo b/gentoo new file mode 160000 +Subproject 644110a847c5911c2eb04eb53c93031740561ef diff --git a/gentoo/media-libs/lcms/files/lcms-1.19-disable_static_modules.patch b/gentoo/media-libs/lcms/files/lcms-1.19-disable_static_modules.patch deleted file mode 100644 index 15e19eeb9..000000000 --- a/gentoo/media-libs/lcms/files/lcms-1.19-disable_static_modules.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/python/Makefile.am -+++ b/python/Makefile.am -@@ -22,7 +22,7 @@ - - endif - --_lcms_la_LDFLAGS = -no-undefined -module -avoid-version \ -+_lcms_la_LDFLAGS = -no-undefined -module -avoid-version -shared \ - -L$(LCMS_PYLIB)/config - - _lcms_la_LIBADD = $(top_builddir)/src/liblcms.la -lpython$(PYTHON_VERSION) -@@ -31,7 +31,7 @@ - - _lcms_la_CPPFLAGS = -I$(PYTHON_PREFIX)/include/python$(PYTHON_VERSION) \ - -I$(LCMS_PYINCLUDE) \ -- $(AM_CPPFLAGS) -+ $(AM_CPPFLAGS) -shared - - - EXTRA_DIST = lcms.py lcms.i testbed swig_lcms |