FreeBSD Bugzilla – Attachment 138363 Details for
Bug 184298
[patch] devel/edb: 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.62 KB, created by
Alberto Villa
on 2013-11-26 03:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alberto Villa
Created:
2013-11-26 03:30:00 UTC
Size:
1.62 KB
patch
obsolete
>Index: files/patch-src__edisassm__Instruction32.h >=================================================================== >--- files/patch-src__edisassm__Instruction32.h (revision 0) >+++ files/patch-src__edisassm__Instruction32.h (working copy) >@@ -0,0 +1,10 @@ >+--- ./src/edisassm/Instruction32.h.orig 2011-12-20 22:04:57.000000000 +0100 >++++ ./src/edisassm/Instruction32.h 2013-11-20 18:01:17.389439581 +0100 >+@@ -290,7 +290,6 @@ >+ template <int16_t IMM> >+ void Instruction<M>::decode_const_Iw(const uint8_t *buf) { >+ UNUSED(buf); >+- UNUSED(size); >+ >+ operand_t &operand = next_operand(); >+ >Index: files/patch-src__src.pro >=================================================================== >--- files/patch-src__src.pro (revision 334910) >+++ files/patch-src__src.pro (working copy) >@@ -1,5 +1,5 @@ >---- ./src/src.pro.orig 2011-12-12 21:27:25.000000000 +0000 >-+++ ./src/src.pro 2012-09-13 21:26:00.215566381 +0000 >+--- ./src/src.pro.orig 2011-12-12 22:27:25.000000000 +0100 >++++ ./src/src.pro 2013-11-20 18:01:37.379434373 +0100 > @@ -5,7 +5,7 @@ > INCLUDEPATH += ./widgets ../include > RESOURCES = debugger.qrc >@@ -9,3 +9,20 @@ > INSTALLS += target > QT += xml > >+@@ -214,6 +214,7 @@ >+ } >+ >+ freebsd-* { >++ LIBS += -lkvm >+ DEPENDPATH += os/unix/freebsd ../include/os/unix/freebsd >+ INCLUDEPATH += os/unix/freebsd ../include/os/unix/freebsd >+ } >+@@ -241,7 +242,7 @@ >+ >+ linux-g++*: QMAKE_LFLAGS += -rdynamic >+ openbsd-g++*: QMAKE_LFLAGS += -lkvm -Wl,--export-dynamic >+- freebsd-g++*: QMAKE_LFLAGS += -lkvm -Wl,--export-dynamic >++ freebsd-g++*: QMAKE_LFLAGS += -Wl,--export-dynamic >+ macx-g++*: QMAKE_LFLAGS += -rdynamic >+ >+
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 184298
: 138363