diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-17 22:05:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-17 22:05:36 +0000 |
commit | b828827f992bed0eff0b1927db5ab59c66cf8436 (patch) | |
tree | de359b730dfa35be6533f68f6c98fd9e130dc2c6 /devel/luafilesystem/files/patch-Makefile | |
parent | Fix build on head (diff) |
Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980
Notes
Notes:
svn path=/head/; revision=381523
Diffstat (limited to 'devel/luafilesystem/files/patch-Makefile')
-rw-r--r-- | devel/luafilesystem/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/luafilesystem/files/patch-Makefile b/devel/luafilesystem/files/patch-Makefile index 68fd9e435ee7..3e1ff5429a0e 100644 --- a/devel/luafilesystem/files/patch-Makefile +++ b/devel/luafilesystem/files/patch-Makefile @@ -5,7 +5,7 @@ src/lfs.so: $(OBJS) - MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) -+ $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $T.o ++ $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) test: lib LUA_CPATH=./src/?.so lua tests/test.lua |