You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tcltk/expect/files/expect-5.43.0-multilib.patch

12 lines
507 B

--- 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,