FreeBSD Bugzilla – Attachment 157365 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]
simple patch for luafilesystem
luafilesystem.diff (text/plain), 1.19 KB, created by
Timothy Beyer
on 2015-06-02 05:04:06 UTC
(
hide
)
Description:
simple patch for luafilesystem
Filename:
MIME Type:
Creator:
Timothy Beyer
Created:
2015-06-02 05:04:06 UTC
Size:
1.19 KB
patch
obsolete
>diff -urN luafilesystem.orig/Makefile luafilesystem/Makefile >--- luafilesystem.orig/Makefile 2015-05-30 14:25:06.000000000 -0700 >+++ luafilesystem/Makefile 2015-06-01 20:20:31.000000000 -0700 >@@ -4,6 +4,7 @@ > PORTNAME= luafilesystem > DISTVERSIONPREFIX= v_ > DISTVERSION= 1_6_3 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} > >@@ -13,7 +14,6 @@ > LICENSE= MIT > > USES?= lua >-USES+= gmake > > USE_GITHUB= yes > GH_ACCOUNT= keplerproject >diff -urN luafilesystem.orig/files/patch-Makefile luafilesystem/files/patch-Makefile >--- luafilesystem.orig/files/patch-Makefile 2015-03-17 15:05:36.000000000 -0700 >+++ luafilesystem/files/patch-Makefile 2015-06-01 20:07:31.000000000 -0700 >@@ -1,10 +1,11 @@ >---- 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 10:58:20.000000000 -0800 >++++ Makefile 2015-06-01 20:06:12.000000000 -0700 >+@@ -12,14 +12,15 @@ > lib: src/lfs.so > > src/lfs.so: $(OBJS) > - MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) >++ mv lfs.o src/ > + $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) > > test: lib
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