FreeBSD Bugzilla – Attachment 205435 Details for
Bug 238895
math/g2o: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
g2o.patch (text/plain), 860 bytes, created by
Piotr Kubaj
on 2019-06-30 11:47:47 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-06-30 11:47:47 UTC
Size:
860 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 505284) >+++ Makefile (working copy) >@@ -15,7 +15,7 @@ > LIB_DEPENDS= libcxsparse.so:math/suitesparse \ > libQGLViewer-qt5.so:graphics/libQGLViewer > >-USES= cmake eigen:3 qt:5 >+USES= cmake compiler:c++11-lang gl eigen:3 qt:5 > USE_GITHUB= yes > GH_ACCOUNT= RainerKuemmerle > USE_GL= gl glu >@@ -48,6 +48,12 @@ > SSE41_CMAKE_ON= -DDISABLE_SSE4_2:BOOL=ON -DDISABLE_SSE4_A:BOOL=ON > SSE42_CMAKE_ON= -DDISABLE_SSE4_A:BOOL=ON > >+.include <bsd.port.options.mk> >+ >+.if ${ARCH} != amd64 && ${ARCH} != i386 >+CMAKE_ARGS+= -DDISABLE_SSE2:BOOL=ON -DDISABLE_SSE3:BOOL=ON -DDISABLE_SSE4_1:BOOL=ON -DDISABLE_SSE4_2:BOOL=ON -DDISABLE_SSE4_A:BOOL=ON >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ > ${WRKSRC}/cmake_modules/*.cmake
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
Flags:
pkubaj
:
maintainer-approval?
(
yuri
)
Actions:
View
|
Diff
Attachments on
bug 238895
: 205435