summaryrefslogtreecommitdiffstats
path: root/devel/expect/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/expect/BUILD')
-rwxr-xr-xdevel/expect/BUILD18
1 files changed, 2 insertions, 16 deletions
diff --git a/devel/expect/BUILD b/devel/expect/BUILD
index f9a43cace8..cae61d1581 100755
--- a/devel/expect/BUILD
+++ b/devel/expect/BUILD
@@ -1,16 +1,2 @@
-local TCLVERSION="$(echo 'puts [set tcl_version]' | tclsh)" &&
-local TCLHDIR="${INSTALL_ROOT}/usr/lib/tcl${TCLVERSION}/include" &&
-
-OPTS="--with-tcl=${INSTALL_ROOT}/usr/lib \
- --with-tclinclude=${TCLHDIR} \
- ${OPTS}" &&
-OPTS="--enable-shared $OPTS" &&
-
-CFLAGS="${CFLAGS} -I${TCLHDIR}/generic -I${TCLHDIR}/unix" &&
-
-message "${MESSAGE_COLOR}running configure${DEFAULT_COLOR}" &&
-default_build_configure &&
-message "${MESSAGE_COLOR}running make${DEFAULT_COLOR}" &&
-make_single &&
-default_build_make TCLHDIRDASHI="-I${TCLHDIR}/generic -I${TCLHDIR}/unix" &&
-make_normal
+OPTS="--with-tcl=${INSTALL_ROOT}/usr/lib --enable-shared $OPTS" &&
+default_build