FreeBSD Bugzilla – Attachment 157254 Details for
Bug 200522
Make converters/tuc use the CC variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix converters/tuc Makefile to use the CC macro
converters__tuc-fix-CC-macro-1.diff (text/plain), 818 bytes, created by
Dimitry Andric
on 2015-05-29 20:52:37 UTC
(
hide
)
Description:
Fix converters/tuc Makefile to use the CC macro
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-05-29 20:52:37 UTC
Size:
818 bytes
patch
obsolete
>Index: converters/tuc/files/patch-Makefile >=================================================================== >--- converters/tuc/files/patch-Makefile (revision 0) >+++ converters/tuc/files/patch-Makefile (working copy) >@@ -0,0 +1,10 @@ >+--- Makefile.orig 1999-03-31 00:05:50.000000000 +0200 >++++ Makefile 2015-05-29 22:47:04.112918000 +0200 >+@@ -13,6 +13,6 @@ >+ all: tuc >+ >+ tuc: tuc.c >+- CC ${CFLAGS} tuc.c -o tuc >++ ${CC} ${CFLAGS} tuc.c -o tuc >+ strip tuc >+ > >Property changes on: converters/tuc/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 200522
: 157254