mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
--- 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=""
|