freebsd-ports/lang/gambas/files/patch-app_gambas_Project.module
Thierry Thomas 99278239a7 - Upgrade to 1.0.5
Changelog at <http://gambas.sourceforge.net/changelog.html>

- Make the dependency on mysql-client optional [1]

- Permit the IDE to display the example projects in the initial
  startup dialog [1]

Suggested by:	Neil Darlow <neil (at) darlow.co.uk> [1]
2005-04-19 21:09:01 +00:00

11 lines
361 B
Text

--- ./app/gambas/Project.module.orig Tue Apr 19 10:58:00 2005
+++ ./app/gambas/Project.module Tue Apr 19 21:46:21 2005
@@ -87,7 +87,7 @@
OUTPUT_FILE = Temp$()
'CLASSES_FILE = Temp$()
- EXAMPLES_DIR = System.Path &/ "share/gambas/examples"
+ EXAMPLES_DIR = System.Path &/ "share/examples/gambas"
'Config = NEW Config '(System.Home &/ ".gambas")