openbsd-ports/lang/expect/patches/patch-configure

12 lines
614 B
Plaintext
Raw Normal View History

2003-07-13 04:04:41 -04:00
--- 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
2000-09-05 21:06:26 -04:00
echo "configure:6370: checking for type of library to build" >&5
1998-01-29 18:12:42 -05:00
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