aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aiksaurus
diff options
context:
space:
mode:
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>