Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 21:56:07 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130642 for review
Message-ID:  <200712112156.lBBLu76i007405@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130642

Change 130642 by imp@imp_paco-paco on 2007/12/11 21:56:04

	For now, don't biuld libkse on mips.

Affected files ...

.. //depot/projects/mips2/src/lib/Makefile#8 edit

Differences ...

==== //depot/projects/mips2/src/lib/Makefile#8 (text+ko) ====

@@ -100,7 +100,7 @@
 _libsmb=	libsmb
 .endif
 
-.if ${MK_LIBKSE} != "no"
+.if ${MK_LIBKSE} != "no" && ${MACHINE_ARCH} != "mips"
 _libkse=	libkse
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712112156.lBBLu76i007405>