FreeBSD Bugzilla – Attachment 198528 Details for
Bug 232589
science/step: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
step.patch (text/plain), 909 bytes, created by
Piotr Kubaj
on 2018-10-24 00:35:59 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-24 00:35:59 UTC
Size:
909 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482837) >+++ Makefile (working copy) >@@ -11,7 +11,8 @@ > libgsl.so:math/gsl \ > libqalculate.so:math/libqalculate > >-USES= cmake:outsource eigen:3 gettext kde:5 pkgconfig qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang eigen:3 gettext kde:5 \ >+ pkgconfig qt:5 tar:xz > USE_KDE= attica auth bookmarks codecs completion config configwidgets \ > coreaddons crash doctools ecm emoticons guiaddons i18n \ > iconthemes init itemmodels itemviews jobwidgets js \ >@@ -21,6 +22,10 @@ > USE_QT= core dbus gui network opengl printsupport qml quick svg \ > widgets xml \ > buildtools_build qmake_build >+CXXFLAGS_powerpc64= -Wno-error=return-type >+CXXFLAGS_powerpc= -Wno-error=return-type >+CXXFLAGS_powerpcspe= -Wno-error=return-type >+CXXFLAGS_sparc64= -Wno-error=return-type > > OPTIONS_DEFINE= DOCS >
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 232589
: 198528