FreeBSD Bugzilla – Attachment 115140 Details for
Bug 156901
[patch] devel/cmake breaks with CC containing spaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-ports-Mk-bsd.port.mk.txt
patch-ports-Mk-bsd.port.mk.txt (text/plain), 527 bytes, created by
kamikaze
on 2011-09-11 12:35:37 UTC
(
hide
)
Description:
patch-ports-Mk-bsd.port.mk.txt
Filename:
MIME Type:
Creator:
kamikaze
Created:
2011-09-11 12:35:37 UTC
Size:
527 bytes
patch
obsolete
>--- Mk/bsd.port.mk.orig 2011-09-06 08:55:19.000000000 +0200 >+++ Mk/bsd.port.mk 2011-09-06 08:59:52.000000000 +0200 >@@ -1930,8 +1930,10 @@ > X_FONTS_ALIAS_PORT= ${PORTSDIR}/x11-fonts/font-alias > > .if defined(USE_IMAKE) >-CONFIGURE_ENV+= IMAKECPP="${CPP}" >-MAKE_ENV+= IMAKECPP="${CPP}" >+# IMAKE is dated and touchy about invoking cpp, even sensible stuff like >+# "clang -E" fails. >+CONFIGURE_ENV+= IMAKECPP="cpp" >+MAKE_ENV+= IMAKECPP="cpp" > MAKE_FLAGS?= CC="${CC}" CXX="${CXX}" > BUILD_DEPENDS+= imake:${X_IMAKE_PORT} > .endif
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 156901
:
115134
|
115135
|
115136
|
115137
|
115138
|
115139
| 115140 |
115141
|
115142
|
115143
|
115144
|
115145
|
115146
|
115147
|
115148
|
115149
|
115150
|
115151
|
115152
|
115153
|
115154
|
115155
|
115156