406cd74100
instead of building our own versions. The bundled qtools/ can be removed too, but that will make the port always depend on Qt (hence X11), which it currently avoids. Approved by: maintainer timeout (13 days)
15 lines
321 B
Text
15 lines
321 B
Text
--- qtools/qgdict.cpp Wed Apr 13 15:51:44 2005
|
|
+++ qtools/qgdict.cpp Wed Jun 14 01:43:49 2006
|
|
@@ -41,4 +41,5 @@
|
|
#include "qdatastream.h"
|
|
#include <ctype.h>
|
|
+#include <sys/types.h>
|
|
|
|
// NOT REVISED
|
|
@@ -1005,5 +1006,5 @@
|
|
case PtrKey:
|
|
{
|
|
- Q_UINT32 k;
|
|
+ uintptr_t k;
|
|
s >> k;
|
|
read( s, d );
|