1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/science/ovt/files/patch-bin-ovt.in
Sergey Matveychuk 994ed79b78 - Unbreak
- Pass maintainership to submitter

PR:		ports/115674
Submitted by:	Yuri Khotyaintsev <yuri@irfu.se>
2007-08-24 18:37:06 +00:00

22 lines
501 B
Plaintext

--- bin/ovt.in.orig Thu Oct 5 13:25:50 2006
+++ bin/ovt.in Thu Oct 5 13:39:43 2006
@@ -7,6 +7,7 @@
# java or jre v1.2.x or 1.3.x
# note that JAVA_HOME overrides JAVABIN
JAVABIN=@JAVABIN@
+JAVA_LIBS_OS=@JAVA_LIBS_OS@
# set it to /path/to/your/vtk.jar
VTK_CLASSPATH=@VTK_CLASSPATH@
@@ -78,6 +79,10 @@
if [ "$VTK_LIBS" != "" ]
then
+ if [ "X$JAVA_LIBS_OS" != "X" ]
+ then
+ VTK_LIBS=$VTK_LIBS:$JAVA_LIBS_OS
+ fi
echo " VTK LIBS DIR = $VTK_LIBS"
if [ "$LD_LIBRARY_PATH" != "" ]
then