diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 10:30:01 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 10:30:01 +0000 |
commit | 2a1734cc7dd0c914793db177d9cb0fe616320ad5 (patch) | |
tree | 86ac50f2be2429e3ca7d0d9e4b5094713f4e7246 /lang | |
parent | a128f78d23247b629229348bf8b228729ba3bed3 (diff) | |
download | ports-2a1734cc7dd0c914793db177d9cb0fe616320ad5.tar.gz ports-2a1734cc7dd0c914793db177d9cb0fe616320ad5.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl85/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index 6f7f71f92a12..f71290945a45 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -70,10 +70,6 @@ PLIST_SUB+= TZDATA="@comment " CONFIGURE_ARGS+=--without-tzdata .endif -.if (${ARCH} == "ia64") -BROKEN= does not compile on ia64 -.endif - post-configure: ${REINPLACE_CMD} \ -e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \ |