Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219524
Collapse All | Expand All

(-)showimg-0.9.5.orig/showimg/kexi/kexidb/parser/sqlparser.cpp (+1 lines)
Lines 357-366 Link Here
357
#include <string.h>
357
#include <string.h>
358
#include <string>
358
#include <string>
359
#include <iostream>
359
#include <iostream>
360
#include <assert.h>
360
#include <assert.h>
361
#include <limits.h>
361
#include <limits.h>
362
#include <cstdlib>
362
//TODO OK?
363
//TODO OK?
363
#ifdef Q_WS_WIN
364
#ifdef Q_WS_WIN
364
//workaround for bug on msvc
365
//workaround for bug on msvc
365
# undef LLONG_MIN
366
# undef LLONG_MIN
366
#endif
367
#endif
(-)showimg-0.9.5.orig/showimg/kexi/kexidb/parser/sqlparser.y (+2 lines)
Lines 438-447 Link Here
438
#include <string.h>
438
#include <string.h>
439
#include <string>
439
#include <string>
440
#include <iostream>
440
#include <iostream>
441
#include <assert.h>
441
#include <assert.h>
442
#include <limits.h>
442
#include <limits.h>
443
#include <alloca.h>
444
#include <cstdlib>
443
//TODO OK?
445
//TODO OK?
444
#ifdef Q_WS_WIN
446
#ifdef Q_WS_WIN
445
//workaround for bug on msvc
447
//workaround for bug on msvc
446
# undef LLONG_MIN
448
# undef LLONG_MIN
447
#endif
449
#endif
(-)showimg-0.9.5.orig/showimg/showimg/imagelistview.cpp (+3 lines)
Lines 47-56 Link Here
47
#include "imagefileiconitem.h"
47
#include "imagefileiconitem.h"
48
#include "dirfileiconitem.h"
48
#include "dirfileiconitem.h"
49
#include "imageviewer.h"
49
#include "imageviewer.h"
50
#include "imagemetainfo.h"
50
#include "imagemetainfo.h"
51
51
52
#include <cstdlib>
53
#include <climits>
54
52
#ifdef HAVE_KIPI
55
#ifdef HAVE_KIPI
53
#include "kipiplugins/kipipluginmanager.h"
56
#include "kipiplugins/kipipluginmanager.h"
54
#endif /* HAVE_KIPI */
57
#endif /* HAVE_KIPI */
55
58
56
#ifdef HAVE_LIBKEXIF
59
#ifdef HAVE_LIBKEXIF

Return to bug 219524