diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2022-07-23 01:56:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-23 11:13:14 +0700 |
commit | 857db0d33eb26f00e08cb1a83e7d5a6e9796c426 (patch) | |
tree | 3ebcecb1aa27e22e7eb027ee6103ae55209128f4 /development/tclvfs/patches/01-configure.patch | |
parent | ff0eba50258830f85259a70cd99e12c098514a4b (diff) |
development/tclvfs: Updated for version 1.4. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tclvfs/patches/01-configure.patch')
-rw-r--r-- | development/tclvfs/patches/01-configure.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/development/tclvfs/patches/01-configure.patch b/development/tclvfs/patches/01-configure.patch deleted file mode 100644 index c9f5b42566..0000000000 --- a/development/tclvfs/patches/01-configure.patch +++ /dev/null @@ -1,30 +0,0 @@ -All the patches are taken from Debian repo - ---- tclvfs-1.3-20080503.orig/configure -+++ tclvfs-1.3-20080503/configure -@@ -7937,12 +7937,15 @@ - SHLIB_LD_LIBS='${LIBS}' - SHLIB_SUFFIX=".so" - -+ # following line added by CW for Debian GNU/Hurd -+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" -+ - SHLIB_LD="${CC} -shared" -- DL_OBJS="" -+ DL_OBJS="tclLoadDl.o" - DL_LIBS="-ldl" - LDFLAGS="$LDFLAGS -Wl,--export-dynamic" - CC_SEARCH_FLAGS="" -- LD_SEARCH_FLAGS="" -+ LD_SEARCH_FLAGS="${CC_SEARCH_FLAGS}" - if test "`uname -m`" = "alpha" ; then - CFLAGS="$CFLAGS -mieee" - fi -@@ -9803,7 +9806,6 @@ - # (actually we leave an empty line to preserve line numbers). - if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=/{ --s/:*\$(srcdir):*/:/; - s/:*\${srcdir}:*/:/; - s/:*@srcdir@:*/:/; - s/^\([^=]*=[ ]*\):*/\1/; |