image extension for Tcl/Tk This package enhances Tk, adding support for many other Image formats: BMP, XBM, XPM, GIF (with transparency, but without LZW), PNG, JPEG, TIFF. OK, landry@
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
$OpenBSD: patch-tga_configure,v 1.1.1.1 2010/07/28 17:04:55 sebastia Exp $
|
|
--- tga/configure.orig Sun Jul 18 17:16:43 2010
|
|
+++ tga/configure Sun Jul 18 17:17:00 2010
|
|
@@ -4864,7 +4864,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
egrep "yes" >/dev/null 2>&1; then
|
|
rm -rf conftest*
|
|
echo "$ac_t""yes" 1>&6
|
|
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so'
|
|
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.${SHLIB_VERSION}'
|
|
else
|
|
rm -rf conftest*
|
|
echo "$ac_t""no" 1>&6
|