FreeBSD Bugzilla – Attachment 158976 Details for
Bug 200586
[PATCH] devel/luafilesystem use base system make
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New patch with fix
new_patch.txt (text/plain), 1.07 KB, created by
fiziologus
on 2015-07-19 19:04:37 UTC
(
hide
)
Description:
New patch with fix
Filename:
MIME Type:
Creator:
fiziologus
Created:
2015-07-19 19:04:37 UTC
Size:
1.07 KB
patch
obsolete
>diff -ru luafilesystem.orig/Makefile luafilesystem/Makefile >--- luafilesystem.orig/Makefile 2015-06-30 04:02:24.000000000 +0300 >+++ luafilesystem/Makefile 2015-07-19 21:46:03.000000000 +0300 >@@ -13,7 +13,6 @@ > LICENSE= MIT > > USES?= lua >-USES+= gmake > > USE_GITHUB= yes > GH_ACCOUNT= keplerproject >diff -ru luafilesystem.orig/files/patch-Makefile luafilesystem/files/patch-Makefile >--- luafilesystem.orig/files/patch-Makefile 2015-03-18 01:05:36.000000000 +0300 >+++ luafilesystem/files/patch-Makefile 2015-07-19 21:44:34.000000000 +0300 >@@ -1,8 +1,12 @@ >---- Makefile.orig 2015-01-17 21:15:55.311388044 +0300 >-+++ Makefile 2015-01-17 21:16:41.813384957 +0300 >-@@ -12,14 +12,14 @@ >+--- Makefile.orig 2015-01-15 21:58:20.000000000 +0300 >++++ Makefile 2015-07-19 20:59:47.000000000 +0300 >+@@ -11,15 +11,18 @@ >+ > lib: src/lfs.so > >++$(OBJS): $(SRCS) >++ $(CC) $(CFLAGS) -c $(SRCS) -o $(OBJS) >++ > 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 $(OBJS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200586
:
157365
| 158976