1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Now builds for 4-STABLE (gcc-2.95.x)

Submitted by:	kris via bento
This commit is contained in:
Maho Nakata 2003-10-24 08:09:37 +00:00
parent cc10c686eb
commit 239d01c230
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92045

View File

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