openbsd-ports/lang/expect/patches/patch-configure
2003-07-13 08:04:41 +00:00

12 lines
614 B
Plaintext

--- configure.orig Fri Jul 11 13:31:34 2003
+++ configure Sun Jul 13 01:50:57 2003
@@ -6369,7 +6369,7 @@ echo $ac_n "checking for type of library
echo "configure:6370: 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