FreeBSD Bugzilla – Attachment 115134 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]
file.diff
file.diff (text/plain), 671 bytes, created by
kamikaze
on 2011-05-09 10:00:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kamikaze
Created:
2011-05-09 10:00:18 UTC
Size:
671 bytes
patch
obsolete
>--- Mk/bsd.cmake.mk.orig 2011-05-09 09:59:23.000000000 +0200 >+++ Mk/bsd.cmake.mk 2011-05-09 09:59:52.000000000 +0200 >@@ -49,12 +49,8 @@ > # > # Default environment and arguments to cmake > # >-CMAKE_ENV?= ${CONFIGURE_ENV} >-CMAKE_ARGS+= -DCMAKE_C_COMPILER:STRING="${CC}" \ >- -DCMAKE_CXX_COMPILER:STRING="${CXX}" \ >- -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ >- -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ >- -DCMAKE_INSTALL_PREFIX:PATH="${CMAKE_INSTALL_PREFIX}" \ >+CMAKE_ENV?= ${CONFIGURE_ENV} ${MAKE_ENV} >+CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX:PATH="${CMAKE_INSTALL_PREFIX}" \ > -DCMAKE_BUILD_TYPE:STRING="${CMAKE_BUILD_TYPE}" \ > -DTHREADS_HAVE_PTHREAD_ARG:BOOL=YES
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