diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 03:22:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 03:22:52 +0800 |
commit | e74ad457e559e38105a0fdb231c01b1ac01ab488 (patch) | |
tree | 7dd1940d78ac9d8561a05d929f834586c11ade80 /net-im/icqnd | |
parent | 714552c4893c878e87e30e24fd5a40faf5722262 (diff) | |
download | freebsd-ports-gnome-e74ad457e559e38105a0fdb231c01b1ac01ab488.tar.gz freebsd-ports-gnome-e74ad457e559e38105a0fdb231c01b1ac01ab488.tar.zst freebsd-ports-gnome-e74ad457e559e38105a0fdb231c01b1ac01ab488.zip |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'net-im/icqnd')
-rw-r--r-- | net-im/icqnd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/icqnd/Makefile b/net-im/icqnd/Makefile index ed5626d9fdf4..6405f75678ed 100644 --- a/net-im/icqnd/Makefile +++ b/net-im/icqnd/Makefile @@ -40,9 +40,8 @@ CONFIGURE_ARGS+= --enable-gtkspell CONFIGURE_ARGS+= --disable-gtkspell .endif -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on 4.x -.endif +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure post-install: @${CAT} ${PKGMESSAGE} |