Edit

IABSD.fr/ports/databases/sqlite3-tcl/patches

Branch :

  • Show log

    Commit

  • Author : stu
    Date : 2020-11-14 11:59:49
    Hash : 8cf6ccd8
    Message : Update to 3.33.0. Build against Tcl 8.5 so this Tcl extension can work with Tcl 8.5 and Tcl 8.6. OK sthen@

  • patch-tea_configure
  • $OpenBSD: patch-tea_configure,v 1.4 2020/11/14 11:59:49 stu Exp $
    Index: tea/configure
    --- tea/configure.orig
    +++ tea/configure
    @@ -7249,7 +7249,7 @@ fi
     		    CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
     fi
     		LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
    -		SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.${SHLIB_VERSION}'
    +		SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so'
     		LDFLAGS="-Wl,-export-dynamic"
     		;;
     	    esac