From a52e013c9e98a3aa9a2f158bae0f821c12609db2 Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 1 Feb 2004 22:37:17 +0000 Subject: fix build on amd64 - let's hope so Noted By: bento via kris --- devel/libuta/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/libuta') diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile index 4411145bf83c..e60e6d673815 100644 --- a/devel/libuta/Makefile +++ b/devel/libuta/Makefile @@ -49,6 +49,7 @@ post-patch: .endfor pre-configure: - @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|||g' \ + ${WRKSRC}/configure ${WRKSRC}/uta/font.h .include -- cgit