diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:02:10 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:02:10 +0200 |
commit | 193ac9dc51fbc8d12aa48fe1191c8512850cc4ff (patch) | |
tree | 9eeda8ad34f229e1033e856ed93c17fea30f68e1 /redhat/applications/koffice/koffice-3.5.13-fix_lcms_detection.patch | |
parent | 37e6c5ace1de8d59324c01aacd06aabad16747e2 (diff) | |
download | tde-packaging-193ac9dc51fbc8d12aa48fe1191c8512850cc4ff.tar.gz tde-packaging-193ac9dc51fbc8d12aa48fe1191c8512850cc4ff.zip |
RHEL/Fedora: add support for MGA2/MDV2011 in many applications
Diffstat (limited to 'redhat/applications/koffice/koffice-3.5.13-fix_lcms_detection.patch')
-rw-r--r-- | redhat/applications/koffice/koffice-3.5.13-fix_lcms_detection.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/koffice/koffice-3.5.13-fix_lcms_detection.patch b/redhat/applications/koffice/koffice-3.5.13-fix_lcms_detection.patch new file mode 100644 index 000000000..bf714ab8a --- /dev/null +++ b/redhat/applications/koffice/koffice-3.5.13-fix_lcms_detection.patch @@ -0,0 +1,11 @@ +--- koffice/chalk/configure.in.in.ORI 2012-08-05 22:30:11.362533703 +0200 ++++ koffice/chalk/configure.in.in 2012-08-05 22:30:31.456987824 +0200 +@@ -48,7 +48,7 @@ + fi + + +-ac_link='$LIBTOOL_SHELL --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries -ltqt conftest.$ac_ext -llcms 1>&5' ++ac_link='$LIBTOOL_SHELL --mode=link --tag=LD ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries -ltqt conftest.$ac_ext -llcms 1>&5' + + if AC_TRY_EVAL(ac_link) && test -s conftest; then + AC_MSG_RESULT(yes) |