diff options
Diffstat (limited to 'devel/tclmore/files/patch-configure')
-rw-r--r-- | devel/tclmore/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/tclmore/files/patch-configure b/devel/tclmore/files/patch-configure deleted file mode 100644 index 12eb9d9723d2..000000000000 --- a/devel/tclmore/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2004-05-21 18:24:40.000000000 +0200 -+++ configure 2013-04-22 13:44:49.000000000 +0200 -@@ -6702,9 +6702,9 @@ - # Special check for weird MP-RAS system (uname returns weird - # results, and the version is kept in special file). - -- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then -- system=MP-RAS-`awk '{print }' /etc/.relid'` -- fi -+# if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then -+# system=MP-RAS-`awk '{print $1}' /etc/.relid'` -+# fi - if test "`uname -s`" = "AIX" ; then - system=AIX-`uname -v`.`uname -r` - fi -@@ -7847,11 +7847,12 @@ - EXTRA_CFLAGS="-pthread" - LDFLAGS="$LDFLAGS -pthread" - fi -+ SHARED_LIB_SUFFIX='${VERSION}\$\{DBGX\}${SHLIB_SUFFIX}.0' - case $system in - FreeBSD-3.*) - # FreeBSD-3 doesn't handle version numbers with dots. - UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a' -- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' -+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.0' - TCL_LIB_VERSIONS_OK=nodots - ;; - esac |