FreeBSD Bugzilla – Attachment 56784 Details for
Bug 85735
Force imake respect CC/CXX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 627 bytes, created by
skv
on 2005-09-05 10:10:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
skv
Created:
2005-09-05 10:10:11 UTC
Size:
627 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/imake-6/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- Makefile 17 Mar 2005 23:22:07 -0000 1.7 >+++ Makefile 5 Sep 2005 09:02:40 -0000 >@@ -50,7 +50,9 @@ > INSTALL_TARGET= install install.man > > pre-configure: >- @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ >+ ${REINPLACE_CMD} -E 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ >+ s|^(#define CcCmd).*|\1 ${CC}|; \ >+ s|^(#define CplusplusCmd).*|\1 ${CXX}|; \ > s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' \ > ${WRKSRC}/cf/FreeBSD.cf
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 85735
: 56784