svn commit: r364694 - head/japanese/skkinput3

Antoine Brodin antoine at FreeBSD.org
Tue Aug 12 12:01:35 UTC 2014


Author: antoine
Date: Tue Aug 12 12:01:34 2014
New Revision: 364694
URL: http://svnweb.freebsd.org/changeset/ports/364694
QAT: https://qat.redports.org/buildarchive/r364694/

Log:
  skkinput3 is not jobs safe
  
  ===>  Building for ja-skkinput3-3.0.6_2
  make: don't know how to make lib/proto/libproto.a. Stop

Modified:
  head/japanese/skkinput3/Makefile

Modified: head/japanese/skkinput3/Makefile
==============================================================================
--- head/japanese/skkinput3/Makefile	Tue Aug 12 11:22:02 2014	(r364693)
+++ head/japanese/skkinput3/Makefile	Tue Aug 12 12:01:34 2014	(r364694)
@@ -15,6 +15,7 @@ USES=		imake
 USE_GCC=	any
 USE_CSTD=	gnu89
 USE_XORG=	ice sm x11 xext xmu xt
+MAKE_JOBS_UNSAFE=	yes
 
 PORTDOCS=	*.jis dot.skkinput ChangeLog
 


More information about the svn-ports-head mailing list