FreeBSD Bugzilla – Attachment 85584 Details for
Bug 121834
[patch] lang/lua: split AR into AR/ARFLAGS (for cross build override of AR)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 760 bytes, created by
John E. Hein
on 2008-03-18 16:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John E. Hein
Created:
2008-03-18 16:10:00 UTC
Size:
760 bytes
patch
obsolete
>Index: ports/lang/lua/files/patch-src-Makefile >=================================================================== >RCS file: ports/lang/lua/files/patch-src-Makefile >diff -N ports/lang/lua/files/patch-src-Makefile >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ ports/lang/lua/files/patch-src-Makefile 18 Mar 2008 15:41:16 -0000 >@@ -0,0 +1,21 @@ >+--- src/Makefile.orig 2006-03-21 17:41:49.000000000 -0700 >++++ src/Makefile 2008-03-18 09:41:01.000000000 -0600 >+@@ -9,7 +9,8 @@ >+ >+ CC= gcc >+ CFLAGS= -O2 -Wall $(MYCFLAGS) >+-AR= ar rcu >++ARFLAGS= rcu >++AR= ar >+ RANLIB= ranlib >+ RM= rm -f >+ LIBS= -lm $(MYLIBS) >+@@ -48,7 +49,7 @@ >+ a: $(ALL_A) >+ >+ $(LUA_A): $(CORE_O) $(LIB_O) >+- $(AR) $@ $? >++ $(AR) $(ARFLAGS) $@ $? >+ $(RANLIB) $@ >+ >+ $(LUA_T): $(LUA_O) $(LUA_A)
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 121834
: 85584