openbsd-ports/x11/tkhtml/patches/patch-configure
sebastia a2ae1f1ec5 import tkhtml, Tk widget to display HTML/CSS formatted contents.
Tkhtml3 is a Tk widget that displays content formatted according
to the HTML and CSS standards. Tkhtml3 is not an end-user application,
it is for Tcl programmers who wish to embed a standards-compliant
HTML/CSS implementation in their applications.

OK landry@ and after more cleanup, also OK sthen@
2010-07-16 08:32:13 +00:00

13 lines
584 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2010/07/16 08:32:13 sebastia Exp $
--- configure.orig Mon Dec 28 12:53:41 2009
+++ configure Mon Dec 28 12:54:01 2009
@@ -9545,7 +9545,7 @@ echo "${ECHO_T}$tcl_cv_ld_elf" >&6
DL_LIBS=""
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1.0'
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.${LIBTkhtml30_VERSION}'
echo "$as_me:$LINENO: checking for ELF" >&5
echo $ECHO_N "checking for ELF... $ECHO_C" >&6
if test "${tcl_cv_ld_elf+set}" = set; then