]> git.pld-linux.org Git - packages/akode.git/commitdiff
- more hacking auto/th/kdebase-3_5_4-6 auto/th/kdelibs-3_5_4-7 auto/th/kdepim-3_5_4-5
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Sep 2006 21:18:37 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde-common-PLD.patch -> 1.8

kde-common-PLD.patch

index 7aaf479fcea5a9987d0856cdd8a75c91e7db74e5..365f83fd48cbf40eb3a5377b89b806782c1ee5c8 100644 (file)
  AC_MSG_RESULT($QTDOCDIR)
  
  AC_SUBST(QTDOCDIR)
-
---- kdelibs-3.5.4/admin/am_edit        2006-07-24 10:18:33.000000000 +0300
-+++ kdepim-3.5.4/admin/am_edit 2006-09-19 14:20:21.446444147 +0300
-@@ -499,6 +498,11 @@
+--- kdepim-3.5.4/admin/am_edit 2006-09-19 14:20:21.446444147 +0300
++++ kdepim-3.5.4/admin/am_edit 2006-09-20 00:14:49.967386769 +0300
+@@ -498,6 +498,11 @@
          }
      }
  
      $MakefileData =~ s/\$\(KCXXFLAGS\)/\$\(CXXFLAGS\)/g;
  
      $lookup = '(.*)cp -pr \$\$/\$\$file \$\(distdir\)/\$\$file(.*)';
+@@ -573,6 +578,14 @@
+         local @kde_options = split(/[\034\s]+/, $kde_options_str);
+         if (grep(/^foreign$/, @kde_options)) {
+             push(@foreignfiles, $makefileDir . "/");
++
++            # always do this. don't care if it's foreign file. we *need* CXXLD quoted for libtool argument.
++            $lookup = '(CXXLINK = \$\(LIBTOOL\).*--mode=link) \$\(CXXLD\)';
++            if ($MakefileData =~ m/$lookup/) {
++                substituteLine($lookup, "$1 \"\$\(CXXLD\)\"");
++                updateMakefile ();
++            }
++
+             return 0; # don't touch me
+         }
+         for $opt (@kde_options) {
This page took 0.041418 seconds and 4 git commands to generate.