FreeBSD Bugzilla – Attachment 135718 Details for
Bug 180689
finance/qhacc: Fix build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.32 KB, created by
tkato432
on 2013-07-20 19:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-07-20 19:10:02 UTC
Size:
1.32 KB
patch
obsolete
>diff -urN /usr/ports/finance/qhacc/Makefile finance/qhacc/Makefile >--- /usr/ports/finance/qhacc/Makefile 2013-07-18 19:17:06.000000000 +0900 >+++ finance/qhacc/Makefile 2013-07-21 00:00:00.000000000 +0900 >@@ -16,13 +16,13 @@ > > OPTIONS_DEFINE= DOCS > >-BROKEN= Does not build >- > USE_QT4= corelib gui sql moc_build qmake_build rcc_build uic_build > USE_GCC= 4.6+ > USE_LDCONFIG= yes > MAKE_JOBS_SAFE= yes > >+CXXFLAGS+= -fpermissive >+ > DESKTOP_ENTRIES="QHacc" "" "" "${PORTNAME}" "" "" > > .include <bsd.port.options.mk> >diff -urN /usr/ports/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp >--- /usr/ports/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp 1970-01-01 09:00:00.000000000 +0900 >+++ finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp 2013-07-21 00:00:00.000000000 +0900 >@@ -0,0 +1,14 @@ >+--- gui/graphing/BudgetingWindow.cpp.orig >++++ gui/graphing/BudgetingWindow.cpp >+@@ -120,7 +120,11 @@ >+ } >+ } >+ >++#if defined(QWT_VERSION) && QWT_VERSION>=0x060100 >++ const QwtScaleDiv * div = &widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom ); >++#else >+ QwtScaleDiv * div = widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom ); >++#endif >+ div->setInterval( 0, drawer->count() ); >+ widget.qwtPlot->setAxisMaxMajor( QwtPlot::xBottom, drawer->count() ); >+
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 180689
: 135718