1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Unbreak -- builds here (9.1/amd64) without obvious problems. Silence

one compiler warning -- just in case.

When marking broken due to build-failure, please, quote the error
in the commit log...
This commit is contained in:
Mikhail Teterin 2013-02-07 17:12:02 +00:00
parent 38cc7fc805
commit fbd3059682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311875
2 changed files with 9 additions and 2 deletions

View File

@ -15,8 +15,6 @@ DISTFILES= lposix.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A POSIX layer for Lua
BROKEN= does not build
USE_LUA?= 5.1
WRKSRC= ${WRKDIR}/posix

View File

@ -0,0 +1,9 @@
--- modemuncher.c 2003-11-05 19:14:10.000000000 -0500
+++ modemuncher.c 2013-02-07 12:03:26.000000000 -0500
@@ -36,5 +36,5 @@
{'w', S_IWOTH},
{'x', S_IXOTH},
- {(char)NULL, (mode_t)-1} /* do not delete this line */
+ {'\0', (mode_t)-1} /* do not delete this line */
};