aboutsummaryrefslogtreecommitdiff
path: root/science/vmd/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-21 16:34:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-21 16:34:57 +0000
commit853b60d0eee6941d92252a04022701e5acdbe696 (patch)
tree0181f5f0d74df60e2e77056c104713d2f75eb9e1 /science/vmd/files
parent142fd293c76cce7eee416ad66e4cc802277725a2 (diff)
downloadports-853b60d0eee6941d92252a04022701e5acdbe696.tar.gz
ports-853b60d0eee6941d92252a04022701e5acdbe696.zip
Notes
Diffstat (limited to 'science/vmd/files')
-rw-r--r--science/vmd/files/patch-AtomParser.C11
-rw-r--r--science/vmd/files/patch-Makefile16
-rw-r--r--science/vmd/files/patch-configure20
3 files changed, 47 insertions, 0 deletions
diff --git a/science/vmd/files/patch-AtomParser.C b/science/vmd/files/patch-AtomParser.C
new file mode 100644
index 000000000000..775a7f42d34c
--- /dev/null
+++ b/science/vmd/files/patch-AtomParser.C
@@ -0,0 +1,11 @@
+--- src/AtomParser.C-xxx Fri Dec 5 13:21:53 2003
++++ src/AtomParser.C Thu Aug 12 00:24:00 2004
+@@ -109,7 +109,7 @@
+ #define YYCONST
+ #endif
+
+-#if !defined(_MSC_VER) && !defined(ARCH_MACOSX)
++#if !defined(_MSC_VER) && !defined(ARCH_MACOSX) && !defined(ARCH_FREEBSD)
+ #include <values.h>
+ #endif
+
diff --git a/science/vmd/files/patch-Makefile b/science/vmd/files/patch-Makefile
new file mode 100644
index 000000000000..7469e127512a
--- /dev/null
+++ b/science/vmd/files/patch-Makefile
@@ -0,0 +1,16 @@
+--- Makefile-ooo Fri Dec 5 13:20:58 2003
++++ Makefile Thu Aug 12 00:12:06 2004
+@@ -52,11 +52,11 @@
+
+ ## FreeBSD builds
+ freebsd.mesa:
+- ./configure FREEBSD MESA FLTK TK TCL IMD VRPN PYTHON PTHREADS LIBTACHYON NUMPY SILENT
++ ./configure FREEBSD MESA FLTK TK TCL IMD PYTHON PTHREADS NUMPY SILENT
+
+ # FreeBSD doesn't have hardware good accelleration support
+ freebsd.opengl:
+- ./configure FREEBSD OPENGL FLTK TK IMD VRPN SILENT SPACEBALL TCL PTHREADS ACTC LIBTACHYON PYTHON NUMPY
++ ./configure FREEBSD OPENGL FLTK TK IMD SILENT TCL PTHREADS PYTHON NUMPY
+
+
+
diff --git a/science/vmd/files/patch-configure b/science/vmd/files/patch-configure
new file mode 100644
index 000000000000..61312368177a
--- /dev/null
+++ b/science/vmd/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure-xxx Fri Dec 5 13:20:58 2003
++++ configure Thu Aug 12 00:22:30 2004
+@@ -1175,7 +1175,7 @@
+ # XFree 4.0 Direct Rendering Interface and GLX
+ $opengl_dir = "/usr/X11R6";
+ $opengl_include = "-I$opengl_dir/include";
+- $opengl_library = "-L$opengl_dir/lib";
++ $opengl_library = "-L$opengl_dir/lib -L/usr/local/lib";
+ $opengl_libs = "-lGL -lGLU";
+
+ $arch_lex = "flex";
+@@ -1209,7 +1209,7 @@
+
+ # this is to make tcl happy,
+ # also needed for plugins
+- $system_libs .= " -ldl";
++ # $system_libs .= " -ldl";
+
+ if ($config_python) {
+ # this is to make python happy