aboutsummaryrefslogtreecommitdiff
path: root/textproc/aiksaurus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 03:44:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 03:44:50 +0000
commit95837a60ce1d02dad07d29db30de255860c461ca (patch)
tree599ff3d2c65efec56928220c41c673d7b30e81b2 /textproc/aiksaurus
parent2bde979313087d8e8267ecf2b7514dc7c8c32a0f (diff)
downloadports-95837a60ce1d02dad07d29db30de255860c461ca.tar.gz
ports-95837a60ce1d02dad07d29db30de255860c461ca.zip
Fix the build after the removal of objformat.
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=184079
Diffstat (limited to 'textproc/aiksaurus')
-rw-r--r--textproc/aiksaurus/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile
index c43372f8f941..9f011b1c2492 100644
--- a/textproc/aiksaurus/Makefile
+++ b/textproc/aiksaurus/Makefile
@@ -22,4 +22,8 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--without-gtk
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>