1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Fix the build after the objformat removal.

PR:		108870
Submitted by:	miwi
This commit is contained in:
Joe Marcus Clarke 2007-02-09 05:36:39 +00:00
parent 5d2db347b7
commit 9fad86687b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184665

View File

@ -130,6 +130,7 @@ post-patch:
-e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
-e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
-e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
-e 's|echo aout|echo elf|g' \
-e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
${WRKSRC}/configure
.if defined(WITH_BIG5)