forked from pool/libplist
Add gcc46_build_fix.patch. Fixes https://build.opensuse.org/package/show?package=libplist&project=openSUSE%3AFactory%3AStaging%3AGcc46 (forwarded request 70366 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/70376 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libplist?expand=0&rev=11
11 lines
262 B
Diff
11 lines
262 B
Diff
--- swig/plist.i.orig 2011-05-17 00:10:03.034330863 +0200
|
|
+++ swig/plist.i 2011-05-17 00:12:14.190736151 +0200
|
|
@@ -4,6 +4,7 @@
|
|
%{
|
|
/* Includes the header in the wrapper code */
|
|
#include <plist/plist++.h>
|
|
+ #include <cstddef>
|
|
%}
|
|
|
|
%include "std_string.i"
|