gnucash/packaging/win32/webkit-1.2.7-gccpath.patch
Phil Longstaff 13923b5f27 Update win32 components:
Gtk to 2.24
Webkit to 1.2.7
Others to latest version

install-impl.sh now has option to build webkit if BUILD_WEBKIT_FROM_SOURCE is defined as "yes".


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20560 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-04-12 23:52:51 +00:00

34 lines
1.2 KiB
Diff
Executable File

--- WebCore/bindings/scripts/IDLParser.pm Thu Jan 15 16:14:12 1970
+++ WebCore/bindings/scripts/IDLParser.pm Thu Jan 15 16:14:12 1970
@@ -69,7 +69,7 @@
if (($Config::Config{'osname'}) =~ /solaris/i) {
$gccLocation = "/usr/sfw/bin/gcc";
} else {
- $gccLocation = "/usr/bin/gcc";
+ $gccLocation = "gcc";
}
$preprocessor = $gccLocation . " -E -P -x c++";
}
--- WebCore/css/make-css-file-arrays.pl Thu Jan 15 16:14:12 1970
+++ WebCore/css/make-css-file-arrays.pl Thu Jan 15 16:14:12 1970
@@ -33,7 +33,7 @@
if (($Config::Config{'osname'}) =~ /solaris/i) {
$gccLocation = "/usr/sfw/bin/gcc";
} else {
- $gccLocation = "/usr/bin/gcc";
+ $gccLocation = "gcc";
}
$preprocessor = $gccLocation . " -E -P -x c++";
}
--- WebCore/dom/make_names.pl Thu Jan 15 16:14:12 1970
+++ WebCore/dom/make_names.pl Thu Jan 15 16:14:12 1970
@@ -52,7 +52,7 @@
if (($Config::Config{'osname'}) =~ /solaris/i) {
$gccLocation = "/usr/sfw/bin/gcc";
} else {
- $gccLocation = "/usr/bin/gcc";
+ $gccLocation = "gcc";
}
my $preprocessor = $gccLocation . " -E -P -x c++";