From 618ce43ee3950b80aca1fde0a5b12e6e13627f1b Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 11 Dec 2012 16:35:27 -0200 Subject: Fix socket_accept usage to depend on family. --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 7e5f2e2..42b745e 100644 --- a/src/makefile +++ b/src/makefile @@ -32,7 +32,7 @@ LUAINC_macosx_base?=/opt/local/include LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV) # FIXME default should this default to fink or to macports? # What happens when more than one Lua version is installed? -LUAPREFIX_macosx?=/opt/local/ +LUAPREFIX_macosx?=/opt/local # LUAINC_linux: # /usr/include/lua$(LUAV) -- cgit v1.2.3-55-g6feb