openbsd-ports/lang/expect/patches/patch-aa
2000-03-28 11:54:14 +00:00

12 lines
573 B
Plaintext

--- configure.orig Mon Mar 6 16:25:50 2000
+++ configure Mon Mar 20 20:34:09 2000
@@ -6326,7 +6326,7 @@
echo "configure:6327: checking for type of library to build" >&5
if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; then
EXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS
- eval "EXP_SHARED_LIB_FILE=libexpect${TCL_SHARED_LIB_SUFFIX}"
+ eval "EXP_SHARED_LIB_FILE=libexpect`echo ${VERSION} | tr -d .`.so.1.2"
EXP_LIB_FILE=$EXP_SHARED_LIB_FILE
EXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_UNSHARED_LIB_FILE"
echo "$ac_t""both shared and unshared" 1>&6