Diffstat (limited to 'dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch') (more/less context) (ignore whitespace changes)
-rw-r--r-- | dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch b/dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch new file mode 100644 index 0000000..b515efa --- a/dev/null +++ b/dev-lang/lazarus/files/lazarus-0.9.20-lclintf.patch @@ -0,0 +1,11 @@ +--- lazarus/ide/include/unix/lazbaseconf.inc ++++ lazarus/ide/include/unix/lazbaseconf.inc +@@ -180,7 +180,7 @@ + + function GetDefaultLCLWidgetType: string; + begin +- Result:='gtk'; ++ Result:='gtk2'; + end; + + procedure GetDefaultBrowser(var Browser, Params: string); |