FreeBSD Bugzilla – Attachment 157256 Details for
Bug 200524
Make print/pfbtopfa use the CC variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix print/pfbtopfa Makefile to use the CC macro
print__pfbtopfa-fix-CC-macro-1.diff (text/plain), 854 bytes, created by
Dimitry Andric
on 2015-05-29 20:59:47 UTC
(
hide
)
Description:
Fix print/pfbtopfa Makefile to use the CC macro
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-05-29 20:59:47 UTC
Size:
854 bytes
patch
obsolete
>Index: print/pfbtopfa/files/patch-Makefile >=================================================================== >--- print/pfbtopfa/files/patch-Makefile (revision 0) >+++ print/pfbtopfa/files/patch-Makefile (working copy) >@@ -0,0 +1,9 @@ >+--- Makefile.orig 2003-02-07 00:20:14.000000000 +0100 >++++ Makefile 2015-05-29 22:57:39.947033000 +0200 >+@@ -13,5 +13,5 @@ >+ all: pfbtopfa >+ >+ pfbtopfa: pfbtopfa.c >+- CC ${CFLAGS} pfbtopfa.c -o pfbtopfa >++ ${CC} ${CFLAGS} pfbtopfa.c -o pfbtopfa >+ strip pfbtopfa > >Property changes on: print/pfbtopfa/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 200524
: 157256