summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-12-21 11:27:46 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-12-21 11:27:46 +0000
commit6bb505e067d66d940c0bb5968337ba689ca99e6a (patch)
treef17468b820a0b7a8b8d59a2841a76f008cbbf738 /dev-tcltk/expect/files
parentstable on ia64, #bug #74443. (Manifest recommit) (diff)
downloadgentoo-2-6bb505e067d66d940c0bb5968337ba689ca99e6a.tar.gz
gentoo-2-6bb505e067d66d940c0bb5968337ba689ca99e6a.tar.bz2
gentoo-2-6bb505e067d66d940c0bb5968337ba689ca99e6a.zip
Multilib fixes.
Diffstat (limited to 'dev-tcltk/expect/files')
-rw-r--r--dev-tcltk/expect/files/expect-5.42.1-multilib.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/expect/files/expect-5.42.1-multilib.patch b/dev-tcltk/expect/files/expect-5.42.1-multilib.patch
new file mode 100644
index 000000000000..9257537349d5
--- /dev/null
+++ b/dev-tcltk/expect/files/expect-5.42.1-multilib.patch
@@ -0,0 +1,11 @@
+--- expect-5.42/configure.in.orig 2004-12-21 03:02:36.095170881 -0800
++++ expect-5.42/configure.in 2004-12-21 03:03:08.987170537 -0800
+@@ -1141,7 +1141,7 @@
+ fi
+
+ EXP_BUILD_LIB_SPEC="-L`pwd` -lexpect${EXP_LIB_VERSION}${DBGX}"
+-EXP_LIB_SPEC="-L\${INSTALL_ROOT}\${exec_prefix}/lib -lexpect${EXP_LIB_VERSION}${DBGX}"
++EXP_LIB_SPEC="-L\${libdir} -lexpect${EXP_LIB_VERSION}${DBGX}"
+ EXP_UNSHARED_LIB_FILE=libexpect${EXP_LIB_VERSION}${DBGX}.a
+
+ # The TCL_SHARED_LIB_SUFFIX macro below relies on the DBGX macro,