diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
commit | 965bf8becf63a12169cd964973e3a56fd96e21fe (patch) | |
tree | 5c9459da5196712c9153304804a1b44510b6e00b /package/tcl | |
parent | 070cac9d32fa7a0f7f4d52eddec901d248cdfae3 (diff) |
a bunch of FreeBSD compatibility patches
Diffstat (limited to 'package/tcl')
-rw-r--r-- | package/tcl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tcl/Makefile b/package/tcl/Makefile index a4e9b87fd..939eceaa7 100644 --- a/package/tcl/Makefile +++ b/package/tcl/Makefile @@ -19,6 +19,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,TCL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +TCFLAGS+= -ldl CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= tcl_cv_strstr_unbroken=ok \ tcl_cv_strtod_buggy=ok \ |