openoffice.org-2.0-devel/Makefile 1.250

Kaho Toshikazu kaho at ed.niigata-u.ac.jp
Mon May 29 20:13:50 PDT 2006


  Hi, I am a FreeBSD-current user, and thanks for your great jobs.

  I checked the changes of ports tree recently, and found
the XXX comments in the Makefile. 

+# XXX Cut & paste from bsd.port.mk.
+UNAME?=	/usr/bin/uname
+.if !defined(ARCH)
+ARCH!=  ${UNAME} -p
+.endif
+
+.if ${ARCH} == amd64
+BROKEN=	"Work in progress"
+.endif

 The make command of the base system automatically sets $MACHINE
and $MACHINE_ARCH variables. When we would check arch, we should do
like this.

.if ${MACHINE_ARCH} == amd64
BROKEN=	"Work in progress"
.endif

-- 
kaho at ed.niigata-u.ac.jp


More information about the freebsd-openoffice mailing list