libqt4: remove patch file.

This commit is contained in:
Jerome Duval
2018-11-25 14:09:21 +01:00
parent 4c5f81810b
commit 76f2f6fcd5
2 changed files with 0 additions and 12 deletions

View File

@@ -15,7 +15,6 @@ SECONDARY_ARCHITECTURES="x86"
PATCHES="
libqt4-$portVersion.patchset
libqt4-$portVersion.patch
"
PROVIDES="

View File

@@ -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) {