mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libqt4: remove patch file.
This commit is contained in:
@@ -15,7 +15,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="
|
||||
libqt4-$portVersion.patchset
|
||||
libqt4-$portVersion.patch
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/src/gui/kernel/qclipboard_haiku_old.cpp 2015-11-21 18:27:00.272891904 +0000
|
||||
+++ b/src/gui/kernel/qclipboard_haiku.cpp 2015-11-21 18:21:37.567803904 +0000
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
for ( int i = 0; msg->GetInfo(B_MIME_TYPE, i, &name, &type, &count) == B_OK; i++ ) {
|
||||
const void *data;
|
||||
- int32 dataLen = 0;
|
||||
+ ssize_t dataLen = 0;
|
||||
qDebug() << "mimeData " << name;
|
||||
status_t stat = msg->FindData(name,B_MIME_TYPE,&data,&dataLen);
|
||||
if(dataLen && stat==B_OK) {
|
||||
Reference in New Issue
Block a user