aboutsummaryrefslogtreecommitdiff
path: root/math/vtk43/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/vtk43/files/patch-ab')
-rw-r--r--math/vtk43/files/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/vtk43/files/patch-ab b/math/vtk43/files/patch-ab
deleted file mode 100644
index a9a85e49c762..000000000000
--- a/math/vtk43/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.orig Tue Dec 5 19:32:37 2000
-+++ configure Wed Mar 14 16:09:46 2001
-@@ -2973,10 +2973,10 @@
- # Not available on all versions: check for include file.
- if test -f /usr/include/dlfcn.h; then
- SHLIB_CFLAGS="-fpic"
-- SHLIB_LD_LIBS=""
-+ SHLIB_LD_LIBS="${LIBS}"
- SHLIB_SUFFIX=".so"
- DL_LIBS=""
-- VTK_SHLIB_LINK_FLAGS="-shared"
-+ VTK_SHLIB_BUILD_FLAGS="-shared"
- else
- SHLIB_CFLAGS=""
- SHLIB_LD_LIBS=""