diff options
author | marcus <marcus@FreeBSD.org> | 2007-02-04 05:47:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-02-04 05:47:48 +0800 |
commit | 762233ac1085b2dc8620f26cbb39c57221d33156 (patch) | |
tree | 3a05aed7f508c45a0d8d1718329ba00fdb3c2c16 /net-im | |
parent | d021b63ef8f9b98c5ddca16e223a92c10f5e9f14 (diff) | |
download | freebsd-ports-gnome-762233ac1085b2dc8620f26cbb39c57221d33156.tar.gz freebsd-ports-gnome-762233ac1085b2dc8620f26cbb39c57221d33156.tar.zst freebsd-ports-gnome-762233ac1085b2dc8620f26cbb39c57221d33156.zip |
Fix the build following the objformat removal.
Reported by: pointyhat via kris
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/meanwhile-gaim/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/meanwhile-gaim/Makefile b/net-im/meanwhile-gaim/Makefile index 514d90ad7b1e..c0a1bfa61ec2 100644 --- a/net-im/meanwhile-gaim/Makefile +++ b/net-im/meanwhile-gaim/Makefile @@ -49,4 +49,7 @@ pre-everything:: @${ECHO_MSG} " WITH_MW_CLIENT=client Define the default Sametime client identifier (default: mwLogin_MEANWHILE)" @${ECHO_MSG} "" +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |