diff options
author | marcus <marcus@FreeBSD.org> | 2007-02-09 13:36:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-02-09 13:36:39 +0800 |
commit | 63266ecfa4314345d184fe2430e320af04875363 (patch) | |
tree | 3151de21aa7acc861ec692666edd9486dd19e6c5 /net-im | |
parent | 1c5f1c061957803597546c5f4b6b25c849e5b963 (diff) | |
download | freebsd-ports-gnome-63266ecfa4314345d184fe2430e320af04875363.tar.gz freebsd-ports-gnome-63266ecfa4314345d184fe2430e320af04875363.tar.zst freebsd-ports-gnome-63266ecfa4314345d184fe2430e320af04875363.zip |
Fix the build after the objformat removal.
PR: 108870
Submitted by: miwi
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 33bfdb627ffa..67b8bc9a60ea 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -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) |