openbsd-ports/lang/classpath/patches/patch-gnu_classpath_SystemProperties_java
kurt 269c3debbf - Update to 0.98:
http://www.gnu.org/software/classpath/announce/20090205.html
- now using gcj/gij + eclipse compiler (pure Java) to build

Joint effort with MAINTAINER Frederick C. Druseikis <fredd@cse.sc.edu>
2009-06-16 15:31:02 +00:00

13 lines
575 B
Plaintext

$OpenBSD: patch-gnu_classpath_SystemProperties_java,v 1.1 2009/06/16 15:31:02 kurt Exp $
--- gnu/classpath/SystemProperties.java.orig Sun Dec 10 15:25:41 2006
+++ gnu/classpath/SystemProperties.java Wed Apr 15 22:49:10 2009
@@ -77,7 +77,7 @@ public class SystemProperties
defaultProperties.put("gnu.classpath.home.url",
"file://"
+ Configuration.CLASSPATH_HOME
- + "/lib");
+ + "/lib/classpath");
// Set short name if not already set.
if (defaultProperties.get("gnu.classpath.vm.shortname") == null)