mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a0c1e8baae
HotSpot as well.
14 lines
487 B
C++
14 lines
487 B
C++
$FreeBSD$
|
|
|
|
--- ../../hotspot1.3.1/src/os/linux/vm/os_linux.cpp.orig Tue Jan 20 10:49:50 2004
|
|
+++ ../../hotspot1.3.1/src/os/linux/vm/os_linux.cpp Tue Jan 20 10:50:14 2004
|
|
@@ -319,7 +319,7 @@
|
|
#define SUNRSASIGN_JAR "/lib/sunrsasign.jar"
|
|
#define CLASSES_DIR "/classes"
|
|
#define EXTENSIONS_DIR "/lib/ext"
|
|
-#define DEFAULT_LD_LIBRARY_PATH "/usr/lib" /* See ld.so.1(1) */
|
|
+#define DEFAULT_LD_LIBRARY_PATH "/usr/lib:%%LOCALBASE%%/lib" /* See ld.so.1(1) */
|
|
|
|
char *v; /* tmp var */
|
|
{
|