aboutsummaryrefslogtreecommitdiff
path: root/devel/eboxy
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 13:42:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 13:42:38 +0000
commit13514c5444e3e51cb45709cfcb99c1dfedbaf767 (patch)
tree5622765824a5bc01459f5aa3539a69812fd3a894 /devel/eboxy
parent0056c696767a7e323cceb89ae35789df2cd12b83 (diff)
downloadports-13514c5444e3e51cb45709cfcb99c1dfedbaf767.tar.gz
ports-13514c5444e3e51cb45709cfcb99c1dfedbaf767.zip
Notes
Diffstat (limited to 'devel/eboxy')
-rw-r--r--devel/eboxy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile
index ff586ce851dc..f30af2bbf20a 100644
--- a/devel/eboxy/Makefile
+++ b/devel/eboxy/Makefile
@@ -30,9 +30,15 @@ CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include \
-DHAVE_DECL_GETOPT -fPIC
LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Configure fails on ia64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-O2 $$CFLAGS|$$CFLAGS|g' ${WRKSRC}/configure
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>