aboutsummaryrefslogtreecommitdiff
path: root/graphics/libemf
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libemf')
-rw-r--r--graphics/libemf/files/patch-libemf+libemf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/libemf/files/patch-libemf+libemf.h b/graphics/libemf/files/patch-libemf+libemf.h
index 17126d13409d..2f7fe8edd0c9 100644
--- a/graphics/libemf/files/patch-libemf+libemf.h
+++ b/graphics/libemf/files/patch-libemf+libemf.h
@@ -1,6 +1,6 @@
---- libemf/libemf.h.org Tue Jan 29 13:54:27 2002
-+++ libemf/libemf.h Sat Oct 4 09:51:48 2003
-@@ -21,16 +21,20 @@
+--- libemf/libemf.h.orig Tue Jan 29 13:54:27 2002
++++ libemf/libemf.h Fri Oct 24 17:04:27 2003
+@@ -21,16 +21,22 @@
#ifndef _LIBEMF_H
#define _LIBEMF_H 1
@@ -9,7 +9,9 @@
#include <vector>
#include <map>
#include <functional>
++#if __GNUC__ > 2
+#include <backward/function.h>
++#endif
#include <algorithm>
#include <config.h>