FreeBSD Bugzilla – Attachment 135267 Details for
Bug 180092
[patch] graphics/ogre3d: fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ogre3d.patch
ogre3d.patch (text/plain), 1.83 KB, created by
Tijl Coosemans
on 2013-06-29 16:50:00 UTC
(
hide
)
Description:
ogre3d.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2013-06-29 16:50:00 UTC
Size:
1.83 KB
patch
obsolete
>Index: graphics/ogre3d/Makefile >=================================================================== >--- graphics/ogre3d/Makefile (revision 322046) >+++ graphics/ogre3d/Makefile (working copy) >@@ -39,10 +39,6 @@ PLIST_SUB+= BOOSTFALSE="" > BROKEN= Does not install on powerpc > .endif > >-.if ${CXX:M*clang*} >-CMAKE_ARGS+= -DCMAKE_COMPILER_IS_GNUCXX:BOOL=YES >-.endif >- > post-patch: > .if ! ${PORT_OPTIONS:MBOOST} > @${REINPLACE_CMD} -e 's|Boost|No_Boost|g' \ >Index: graphics/ogre3d/files/patch-CMake_ConfigureBuild.cmake >=================================================================== >--- graphics/ogre3d/files/patch-CMake_ConfigureBuild.cmake (revision 322046) >+++ graphics/ogre3d/files/patch-CMake_ConfigureBuild.cmake (working copy) >@@ -1,6 +1,6 @@ >---- CMake/ConfigureBuild.cmake.orig 2011-08-21 00:23:58.000000000 +0200 >-+++ CMake/ConfigureBuild.cmake 2011-08-21 00:25:02.000000000 +0200 >-@@ -180,18 +180,18 @@ if (UNIX) >+--- CMake/ConfigureBuild.cmake.orig 2012-09-02 07:27:14.000000000 +0200 >++++ CMake/ConfigureBuild.cmake 2013-06-15 16:28:56.000000000 +0200 >+@@ -189,18 +189,18 @@ if (UNIX) > else () > configure_file(${OGRE_TEMPLATES_DIR}/OGRE.pc.in ${OGRE_BINARY_DIR}/pkgconfig/OGRE.pc @ONLY) > endif () >@@ -22,7 +22,7 @@ > endif () > > if (OGRE_BUILD_COMPONENT_TERRAIN) >-@@ -199,17 +199,17 @@ if (UNIX) >+@@ -208,20 +208,20 @@ if (UNIX) > set(OGRE_PAGING_ADDITIONAL_PACKAGES ", OGRE-Paging = ${OGRE_VERSION}") > endif () > configure_file(${OGRE_TEMPLATES_DIR}/OGRE-Terrain.pc.in ${OGRE_BINARY_DIR}/pkgconfig/OGRE-Terrain.pc @ONLY) >@@ -42,4 +42,8 @@ > + install(FILES ${OGRE_BINARY_DIR}/pkgconfig/OGRE-Property.pc DESTINATION ${OGRE_LIBDATA_DIRECTORY}/pkgconfig) > endif () > >- endif () >+- if (CMAKE_CXX_COMPILER MATCHES ".*clang") >++ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") >+ set(CMAKE_COMPILER_IS_CLANGXX 1) >+ 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 180092
: 135267