summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-03 13:52:48 +0000
committerkris <kris@FreeBSD.org>2004-04-03 13:52:48 +0000
commitfb1e6d2083671ddbb2afc1cf2a26c19f7db3532b (patch)
tree423d0ea240ab68a958ba7586896d111a03e3d3dc
parent4d30d66bb6a423ef307bbdb2b5d0a19ef4eafb74 (diff)
downloadFreeBSD-ports-fb1e6d2083671ddbb2afc1cf2a26c19f7db3532b.zip
FreeBSD-ports-fb1e6d2083671ddbb2afc1cf2a26c19f7db3532b.tar.gz
BROKEN on amd64: Does not build
-rw-r--r--devel/ode-devel/Makefile8
-rw-r--r--devel/ode-devel/ode/Makefile8
-rw-r--r--devel/ode/Makefile8
3 files changed, 21 insertions, 3 deletions
diff --git a/devel/ode-devel/Makefile b/devel/ode-devel/Makefile
index fea4c84..2a68234 100644
--- a/devel/ode-devel/Makefile
+++ b/devel/ode-devel/Makefile
@@ -20,6 +20,12 @@ USE_GL= yes
USE_GMAKE= yes
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's|malloc.h|stdlib.h|g' \
@@ -47,4 +53,4 @@ do-install:
@${MKDIR} ${PREFIX}/include/ode
@${INSTALL_DATA} ${WRKSRC}/include/ode/*.h ${PREFIX}/include/ode
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/ode-devel/ode/Makefile b/devel/ode-devel/ode/Makefile
index fea4c84..2a68234 100644
--- a/devel/ode-devel/ode/Makefile
+++ b/devel/ode-devel/ode/Makefile
@@ -20,6 +20,12 @@ USE_GL= yes
USE_GMAKE= yes
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's|malloc.h|stdlib.h|g' \
@@ -47,4 +53,4 @@ do-install:
@${MKDIR} ${PREFIX}/include/ode
@${INSTALL_DATA} ${WRKSRC}/include/ode/*.h ${PREFIX}/include/ode
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/ode/Makefile b/devel/ode/Makefile
index fea4c84..2a68234 100644
--- a/devel/ode/Makefile
+++ b/devel/ode/Makefile
@@ -20,6 +20,12 @@ USE_GL= yes
USE_GMAKE= yes
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's|malloc.h|stdlib.h|g' \
@@ -47,4 +53,4 @@ do-install:
@${MKDIR} ${PREFIX}/include/ode
@${INSTALL_DATA} ${WRKSRC}/include/ode/*.h ${PREFIX}/include/ode
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud