svn commit: r329406 - in head/lang/neko: . files
Daichi GOTO
daichi at FreeBSD.org
Sat Oct 5 02:41:15 UTC 2013
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
More information about the svn-ports-all
mailing list