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:
parent
38cc7fc805
commit
fbd3059682
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311875
@ -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
|
||||
|
||||
|
9
devel/lua-posix/files/patch-warnings
Normal file
9
devel/lua-posix/files/patch-warnings
Normal 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 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user