diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-24 03:18:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-24 03:18:59 +0000 |
commit | 4826c77d475c0682262ca8e396dbb64a0a1d352a (patch) | |
tree | 18f719785a9da27a07e1dd23ad9c9aa7be7495f2 /lang/tclX/files/patch-ae | |
parent | Give alternate distfile location (diff) |
TclX seems abandoned by its original authors, but the maintainers
of TclPro made TclX-8.3 available last year. There is not a whole
lot of changes, and most of them deal with the Windows parts of the
thing, but here is the upgrade 8.3 anyway. Please, test...
I think, it is time to repocopy tclX82 into tclX and get rid of
tclX75, tclX80, and tclX82...
Notes
Notes:
svn path=/head/; revision=49154
Diffstat (limited to 'lang/tclX/files/patch-ae')
-rw-r--r-- | lang/tclX/files/patch-ae | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/tclX/files/patch-ae b/lang/tclX/files/patch-ae index 9c4212085f60..77a2d2654139 100644 --- a/lang/tclX/files/patch-ae +++ b/lang/tclX/files/patch-ae @@ -1,13 +1,13 @@ --- configure.orig Sun Feb 6 18:54:02 2000 +++ configure Thu Jul 13 14:29:54 2000 -@@ -2009,8 +2009,11 @@ +@@ -2088,8 +2088,11 @@ ;; FreeBSD-*) # FreeBSD 3.* and greater have ELF. + SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' + UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a' + TCL_LIB_VERSIONS_OK=nodots -- SHLIB_CFLAGS="-fpic" +- SHLIB_CFLAGS="-fPIC" + SHLIB_CFLAGS="-fPIC -DPIC" SHLIB_LD="ld -Bshareable -x" SHLIB_LD_LIBS="" @@ -20,16 +20,16 @@ -eval "TCLX_STLIB_NAME=libtclx${UNSHARED_LIB_SUFFIX}" -eval "TCLX_SHLIB_NAME=libtclx${SHARED_LIB_SUFFIX}" -eval "TCLX_SHLIB_NAME=${TCLX_SHLIB_NAME}" -+TCLX_STLIB_NAME=libtclx82.a -+TCLX_SHLIB_NAME=libtclx82.so.1 ++TCLX_STLIB_NAME=libtclx83.a ++TCLX_SHLIB_NAME=libtclx83.so.1 DBGX=${TKX_DBGX} VERSION=$TKX_VERSION -eval "TKX_STLIB_NAME=libtkx${UNSHARED_LIB_SUFFIX}" -eval "TKX_SHLIB_NAME=libtkx${SHARED_LIB_SUFFIX}" -eval "TKX_SHLIB_NAME=${TKX_SHLIB_NAME}" -+TKX_STLIB_NAME=libtkx82.a -+TKX_SHLIB_NAME=libtkx82.so.1 ++TKX_STLIB_NAME=libtkx83.a ++TKX_SHLIB_NAME=libtkx83.so.1 # # Determine suffix to use for the object files for the shared library. |