summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-17 12:56:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-17 12:56:33 +0000
commita846bc3e65fa053b1783fa7f2ae315cede097617 (patch)
tree5869a4042473bd01aa003096cd15e18fa9a144f8 /japanese
parent- update to 2.0.17 (diff)
BROKEN on amd64 and ia64: Coredump during build
Notes
Notes: svn path=/head/; revision=104288
Diffstat (limited to 'japanese')
-rw-r--r--japanese/sj3-lib/Makefile8
-rw-r--r--japanese/sj3-server/Makefile8
-rw-r--r--japanese/sj3/Makefile8
3 files changed, 21 insertions, 3 deletions
diff --git a/japanese/sj3-lib/Makefile b/japanese/sj3-lib/Makefile
index 18ed43b0523c..6f79250fa5a5 100644
--- a/japanese/sj3-lib/Makefile
+++ b/japanese/sj3-lib/Makefile
@@ -26,6 +26,12 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/sj3.sh
#
# NOTE : You must not use 'xmkmf -a', because the running 'make depend' caused a error.
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Coredump during build on amd64 and ia64"
+.endif
+
do-configure:
( cd $(WRKSRC) ; xmkmf ; make Makefiles )
@@ -37,4 +43,4 @@ post-install:
${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile
index 18ed43b0523c..6f79250fa5a5 100644
--- a/japanese/sj3-server/Makefile
+++ b/japanese/sj3-server/Makefile
@@ -26,6 +26,12 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/sj3.sh
#
# NOTE : You must not use 'xmkmf -a', because the running 'make depend' caused a error.
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Coredump during build on amd64 and ia64"
+.endif
+
do-configure:
( cd $(WRKSRC) ; xmkmf ; make Makefiles )
@@ -37,4 +43,4 @@ post-install:
${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/japanese/sj3/Makefile b/japanese/sj3/Makefile
index 18ed43b0523c..6f79250fa5a5 100644
--- a/japanese/sj3/Makefile
+++ b/japanese/sj3/Makefile
@@ -26,6 +26,12 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/sj3.sh
#
# NOTE : You must not use 'xmkmf -a', because the running 'make depend' caused a error.
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Coredump during build on amd64 and ia64"
+.endif
+
do-configure:
( cd $(WRKSRC) ; xmkmf ; make Makefiles )
@@ -37,4 +43,4 @@ post-install:
${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>