diff options
author | oliver <oliver@FreeBSD.org> | 2004-02-02 06:37:17 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-02-02 06:37:17 +0800 |
commit | a52e013c9e98a3aa9a2f158bae0f821c12609db2 (patch) | |
tree | 1e91e02aa11ba83445bcd3f4730d80ea2d3dda3d /devel/libuta | |
parent | 8adc8badc7f43f14c171e8c5b1daa0271e582753 (diff) | |
download | freebsd-ports-gnome-a52e013c9e98a3aa9a2f158bae0f821c12609db2.tar.gz freebsd-ports-gnome-a52e013c9e98a3aa9a2f158bae0f821c12609db2.tar.zst freebsd-ports-gnome-a52e013c9e98a3aa9a2f158bae0f821c12609db2.zip |
fix build on amd64 - let's hope so
Noted By: bento via kris
Diffstat (limited to 'devel/libuta')
-rw-r--r-- | devel/libuta/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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|<freetype/freetype.h>|<freetype1/freetype/freetype.h>|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|<freetype/freetype.h>|<freetype1/freetype/freetype.h>|g' \ + ${WRKSRC}/configure ${WRKSRC}/uta/font.h .include <bsd.port.post.mk> |