From c2bc6db2db27f1eceeb621c090b12d958fceced4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 19 Mar 2004 11:56:38 +0000 Subject: BROKEN on amd64: Does not compile --- chinese/libtabe/Makefile | 4 ++++ devel/ossp-l2/Makefile | 6 ++++++ irc/ircd-ru/Makefile | 8 +++++++- irc/tr-ircd/Makefile | 4 ++++ japanese/ne/Makefile | 8 +++++++- net/ossp-sa/Makefile | 8 +++++++- 6 files changed, 35 insertions(+), 3 deletions(-) diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 95ea923107bc..5613b24b9efe 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db2 .include +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + pre-fetch: .if !defined(USE_DB2) @${ECHO} -- diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 57187ae3b49a..0d5296ed2e54 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -22,5 +22,11 @@ USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes .include + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + .include "${FILESDIR}/manpages.mk" + .include diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 6ebf51001e36..d925efc60a5d 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -61,6 +61,12 @@ CONFIGURE_ARGS+=--enable-dnsbl CONFIGURE_ARGS+=--enable-select .endif +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + pre-build: @${ECHO_MSG} "" @${ECHO_MSG} "NOTE:" @@ -79,4 +85,4 @@ post-install: @${CHOWN} -R ircd:ircd /var/run/ircd-ru @cat ${PKGMESSAGE} -.include +.include diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index a0eca603e56d..95f0c47c2863 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -41,6 +41,10 @@ CONFIGURE_ARGS+=--enable-small-nets .include +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + .if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--enable-ipv6 .endif diff --git a/japanese/ne/Makefile b/japanese/ne/Makefile index 4bdbc0441d0e..1a7d07a0f730 100644 --- a/japanese/ne/Makefile +++ b/japanese/ne/Makefile @@ -20,6 +20,12 @@ MANLANG= ja DOCS= BUGS.jp CHANGES.jp HISTORY.jp INSTALL.jp README.jp TODO.jp MAKE_ENV= LANG=${MANLANG} +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ne @@ -28,4 +34,4 @@ post-install: .endfor .endif -.include +.include diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile index b6fb4d336528..5cd986324072 100644 --- a/net/ossp-sa/Makefile +++ b/net/ossp-sa/Makefile @@ -22,4 +22,10 @@ USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN3+= sa.3 -.include +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + +.include -- cgit v1.2.3