Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 02:41:15 +0000 (UTC)
From:      Daichi GOTO <daichi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329406 - in head/lang/neko: . files
Message-ID:  <201310050241.r952fFJS063319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: daichi
Date: Sat Oct  5 02:41:15 2013
New Revision: 329406
URL: http://svnweb.freebsd.org/changeset/ports/329406

Log:
  fixed build fail on 8-stable
  
  Submitted by:	maintainer

Added:
  head/lang/neko/files/patch-libs_std_sys.c   (contents, props changed)
Modified:
  head/lang/neko/Makefile

Modified: head/lang/neko/Makefile
==============================================================================
--- head/lang/neko/Makefile	Sat Oct  5 02:02:34 2013	(r329405)
+++ head/lang/neko/Makefile	Sat Oct  5 02:41:15 2013	(r329406)
@@ -3,6 +3,7 @@
 
 PORTNAME=	neko
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://nekovm.org/_media/
 

Added: head/lang/neko/files/patch-libs_std_sys.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/neko/files/patch-libs_std_sys.c	Sat Oct  5 02:41:15 2013	(r329406)
@@ -0,0 +1,14 @@
+--- libs/std/sys.c.orig	2013-10-03 01:47:05.000000000 +0900
++++ libs/std/sys.c	2013-10-03 01:45:35.000000000 +0900
+@@ -41,7 +41,11 @@
+ #	include <sys/time.h>
+ #	include <sys/times.h>
+ #	include <sys/wait.h>
++#   if __FreeBSD_version >= 900044
+ #	include <xlocale.h>
++#   else
++#       undef NEKO_POSIX
++#   endif
+ #endif
+ 
+ #ifdef NEKO_MAC



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