diff options
Diffstat (limited to 'package/tcl/Makefile')
-rw-r--r-- | package/tcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tcl/Makefile b/package/tcl/Makefile index 03bbb5975..41748d86e 100644 --- a/package/tcl/Makefile +++ b/package/tcl/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIST}/unix include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,TCL,tcl,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,TCL,tcl,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ENV+= tcl_cv_strstr_unbroken=ok \ |