From 9bb39b5e1484a5e45524198fc36b60f479068d1a Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Tue, 30 Nov 2004 20:30:19 +0000 Subject: [PATCH] Add files from parent branch HEAD: lang/tcl-expect/patches/patch-ae --- lang/tcl-expect/patches/patch-ae | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/tcl-expect/patches/patch-ae diff --git a/lang/tcl-expect/patches/patch-ae b/lang/tcl-expect/patches/patch-ae new file mode 100644 index 000000000000..5ec207689b09 --- /dev/null +++ b/lang/tcl-expect/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD$ + +--- configure.orig Tue Nov 30 20:26:40 2004 ++++ configure +@@ -6367,7 +6367,7 @@ echo $ac_n "checking for type of library + echo "configure:6383: 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${EXP_MAJOR_VERSION}${EXP_MINOR_VERSION}.la" + 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 -- 2.41.0