diff options
author | marcus <marcus@FreeBSD.org> | 2007-02-04 11:44:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-02-04 11:44:50 +0800 |
commit | e484214e2e073d0101b27fac4dbdca71b3e95b42 (patch) | |
tree | 3d18101b09218f418a1893f0bbbba6b07a3abcbe /textproc/aiksaurus | |
parent | ea2d56013dc4618374159adde68da50f4010f274 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |