diff options
-rw-r--r-- | databases/rrdtool/Makefile | 4 | ||||
-rw-r--r-- | databases/rrdtool10/Makefile | 4 | ||||
-rw-r--r-- | net/rrdtool/Makefile | 4 | ||||
-rw-r--r-- | net/rrdtool10/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index b86fa18..9329cce 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -46,6 +46,10 @@ CONFIGURE_ARGS+=--enable-latin2 CONFIGURE_ARGS+=--with-pic .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ia64" +.endif + post-extract: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index b86fa18..9329cce 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -46,6 +46,10 @@ CONFIGURE_ARGS+=--enable-latin2 CONFIGURE_ARGS+=--with-pic .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ia64" +.endif + post-extract: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index b86fa18..9329cce 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -46,6 +46,10 @@ CONFIGURE_ARGS+=--enable-latin2 CONFIGURE_ARGS+=--with-pic .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ia64" +.endif + post-extract: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index b86fa18..9329cce 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -46,6 +46,10 @@ CONFIGURE_ARGS+=--enable-latin2 CONFIGURE_ARGS+=--with-pic .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ia64" +.endif + post-extract: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ |