FreeBSD Bugzilla – Attachment 157255 Details for
Bug 200523
Make misc/felis use the CC variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix misc/felis Makefile to use the CC macro
misc__felis-fix-CC-macro-1.diff (text/plain), 818 bytes, created by
Dimitry Andric
on 2015-05-29 20:56:25 UTC
(
hide
)
Description:
Fix misc/felis Makefile to use the CC macro
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-05-29 20:56:25 UTC
Size:
818 bytes
patch
obsolete
>Index: misc/felis/files/patch-Makefile >=================================================================== >--- misc/felis/files/patch-Makefile (revision 0) >+++ misc/felis/files/patch-Makefile (working copy) >@@ -0,0 +1,10 @@ >+--- Makefile.orig 2000-05-13 18:12:00.000000000 +0200 >++++ Makefile 2015-05-29 22:53:56.275963000 +0200 >+@@ -13,6 +13,6 @@ >+ all: felis >+ >+ felis: felis.c >+- CC ${CFLAGS} felis.c -o felis >++ ${CC} ${CFLAGS} felis.c -o felis >+ strip felis >+ > >Property changes on: misc/felis/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 200523
: 157255