mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
34 lines
1.2 KiB
Diff
Executable File
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++";
|
|
|