Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3fb7fc3c8133ebd39bfc19f3a89a1dcb > files > 27

gcc-4.3.2-3.1mnb2.src.rpm

--- gcc-4.3-20070601/libjava/gnu/classpath/natSystemProperties.cc	2007-01-09 21:58:05.000000000 +0200
+++ gcc-4.3-20070601/libjava/gnu/classpath/natSystemProperties.cc.n	2007-06-23 11:46:09.000000000 +0300
@@ -185,9 +185,9 @@ gnu::classpath::SystemProperties::insert
   SET ("gnu.classpath.home", PREFIX);
   // This is set to $(toolexeclibdir) because we use this to find
   // .security files at runtime.
-  char val2[sizeof ("file://") + sizeof (TOOLEXECLIBDIR) + 1];
+  char val2[sizeof ("file://") + sizeof (@PROPERTYFILES@) + 1];
   strcpy (val2, "file://");
-  strcat (val2, TOOLEXECLIBDIR);
+  strcat (val2, @PROPERTYFILES@);
   SET ("gnu.classpath.home.url", val2);
 
   SET ("file.encoding", default_file_encoding);