FreeBSD Bugzilla – Attachment 139142 Details for
Bug 185333
sysutils/kdirstat: Fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.14 KB, created by
tkato432
on 2013-12-30 21:10:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-12-30 21:10:07 UTC
Size:
1.14 KB
patch
obsolete
>diff -urN /usr/ports/sysutils/kdirstat/Makefile sysutils/kdirstat/Makefile >--- /usr/ports/sysutils/kdirstat/Makefile 2013-11-06 21:54:34.000000000 +0900 >+++ sysutils/kdirstat/Makefile 2013-12-31 00:00:00.000000000 +0900 >@@ -20,7 +20,6 @@ > USE_QT4= moc_build qmake_build rcc_build uic_build > INSTALLS_ICONS= yes > >-NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e \ > '/^Categories/s|=.*|=Qt;KDE;Utility;|' \ >@@ -30,6 +29,6 @@ > ${WRKSRC}/src/kdirreadjob.cpp > > post-install: >- @${LN} -sf k4dirstat ${PREFIX}/bin/kdirstat >+ @${LN} -sf k4dirstat ${STAGEDIR}${PREFIX}/bin/kdirstat > > .include <bsd.port.mk> >diff -urN /usr/ports/sysutils/kdirstat/files/patch-src__k4dirstat.cpp sysutils/kdirstat/files/patch-src__k4dirstat.cpp >--- /usr/ports/sysutils/kdirstat/files/patch-src__k4dirstat.cpp 1970-01-01 09:00:00.000000000 +0900 >+++ sysutils/kdirstat/files/patch-src__k4dirstat.cpp 2013-12-31 00:00:00.000000000 +0900 >@@ -0,0 +1,10 @@ >+--- src/k4dirstat.cpp.orig >++++ src/k4dirstat.cpp >+@@ -14,6 +14,7 @@ >+ //#include "k4dirstatview.h" >+ #include "settings.h" >+ >++#include <unistd.h> >+ #include <QtGui/QDropEvent> >+ #include <QtGui/QPainter> >+ #include <QtGui/QPrinter>\
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 185333
: 139142