[Bug 200586] [PATCH] devel/luafilesystem use base system make

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 30 00:41:19 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200586

--- Comment #2 from fiziologus at gmail.com ---
(In reply to Thomas Zander from comment #1)
This build system error (or your ports tree mirror incorect).

===>  Building for lua52-luafilesystem-1.6.3
--- src/lfs.o ---
cc -O2 -pipe  -fstack-protector -fno-strict-aliasing   -O2 -Wall -fPIC -W
-Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow
-Wwrite-strings -pedantic -I/usr/local/include/lua52 -c src/lfs.c
--- src/lfs.so ---
cc -O2 -pipe  -fstack-protector -fno-strict-aliasing   -O2 -Wall -fPIC -W
-Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow
-Wwrite-strings -pedantic -I/usr/local/include/lua52 -shared -o src/lfs.so
src/lfs.o

'-o' flag not use default (in port for object file build use default scheme
'$CC $CFLAGS -c $SOURCE', defined only lib compile rules).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list