[csw-devel] SF.net SVN: gar:[19022] csw/mgar/pkg/gpsbabel/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Mon Aug 20 09:36:05 CEST 2012
Revision: 19022
http://gar.svn.sourceforge.net/gar/?rev=19022&view=rev
Author: cgrzemba
Date: 2012-08-20 07:36:04 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
gpsbabel/trunk: add patch for ini-file location
Modified Paths:
--------------
csw/mgar/pkg/gpsbabel/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch
Modified: csw/mgar/pkg/gpsbabel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gpsbabel/trunk/Makefile 2012-08-20 06:23:31 UTC (rev 19021)
+++ csw/mgar/pkg/gpsbabel/trunk/Makefile 2012-08-20 07:36:04 UTC (rev 19022)
@@ -16,6 +16,7 @@
GARCOMPILER = SOS12U3
+PATCHFILES += 0001-inifile.c.patch
BUILD_DEP_PKGS += CSWlibexpat-dev
RUNTIME_DEP_PKGS_CSWgpsbabel += CSWlibexpat1
Added: csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch
===================================================================
--- csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch (rev 0)
+++ csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch 2012-08-20 07:36:04 UTC (rev 19022)
@@ -0,0 +1,11 @@
+--- a/inifile.c
++++ b/inifile.c
+@@ -127,7 +127,7 @@ open_gpsbabel_inifile(void)
+ xfree(path);
+ }
+ if (name == NULL) {
+- name = find_gpsbabel_inifile("/usr/local/etc");
++ name = find_gpsbabel_inifile("/etc/opt/csw");
+ }
+ if (name == NULL) {
+ name = find_gpsbabel_inifile("/etc");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list