Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 96c201571d5f1ddbc1c78f15a7021865 > files > 17

cross-mipsel-gcc-4.4.0-0.2mnb2.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);