aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aiksaurus
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-04 11:44:50 +0800
committermarcus <marcus@FreeBSD.org>2007-02-04 11:44:50 +0800
commite484214e2e073d0101b27fac4dbdca71b3e95b42 (patch)
tree3d18101b09218f418a1893f0bbbba6b07a3abcbe /textproc/aiksaurus
parentea2d56013dc4618374159adde68da50f4010f274 (diff)
downloadfreebsd-ports-gnome-e484214e2e073d0101b27fac4dbdca71b3e95b42.tar.gz
freebsd-ports-gnome-e484214e2e073d0101b27fac4dbdca71b3e95b42.tar.zst
freebsd-ports-gnome-e484214e2e073d0101b27fac4dbdca71b3e95b42.zip
Fix the build after the removal of objformat.
Reported by: pointyhat
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>