diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-22 20:51:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-22 20:51:20 +0800 |
commit | 2b335d4b285d871ef50b99984e97d21c87d1efd3 (patch) | |
tree | 1d355f47984e794abe1145808eef89863b634427 /biology | |
parent | 3e059e6891db0d5171a00b5f973b6dca5c2b99ee (diff) | |
download | freebsd-ports-gnome-2b335d4b285d871ef50b99984e97d21c87d1efd3.tar.gz freebsd-ports-gnome-2b335d4b285d871ef50b99984e97d21c87d1efd3.tar.zst freebsd-ports-gnome-2b335d4b285d871ef50b99984e97d21c87d1efd3.zip |
fix build on -current
PR: 46459
Submitted by: Ports Fury
Diffstat (limited to 'biology')
5 files changed, 53 insertions, 0 deletions
diff --git a/biology/libgenome/files/patch-include::gn::gnCompare.h b/biology/libgenome/files/patch-include::gn::gnCompare.h new file mode 100644 index 000000000000..e33025bdb37d --- /dev/null +++ b/biology/libgenome/files/patch-include::gn::gnCompare.h @@ -0,0 +1,10 @@ +--- include/gn/gnCompare.h.orig Tue Nov 20 09:23:47 2001 ++++ include/gn/gnCompare.h Sun Dec 22 09:45:37 2002 +@@ -15,6 +15,7 @@ + + #include "gn/gnDefs.h" + ++#include <cctype> + #include <string> + #include "gn/gnClone.h" + diff --git a/biology/libgenome/files/patch-include::gn::gnException.h b/biology/libgenome/files/patch-include::gn::gnException.h new file mode 100644 index 000000000000..5abab05ab50f --- /dev/null +++ b/biology/libgenome/files/patch-include::gn::gnException.h @@ -0,0 +1,10 @@ +--- include/gn/gnException.h.orig Sat Dec 1 05:57:29 2001 ++++ include/gn/gnException.h Sun Dec 22 12:44:39 2002 +@@ -4,6 +4,7 @@ + #include "gnClone.h" + #include "gn/gnExceptionCode.h" + #include <string> ++#include <iostream> + #include <list> + + class GNDLLEXPORT gnException diff --git a/biology/libgenome/files/patch-include::gn::gnFileContig.h b/biology/libgenome/files/patch-include::gn::gnFileContig.h new file mode 100644 index 000000000000..77d8d7550bef --- /dev/null +++ b/biology/libgenome/files/patch-include::gn::gnFileContig.h @@ -0,0 +1,11 @@ +--- include/gn/gnFileContig.h.orig Wed Jul 18 01:52:09 2001 ++++ include/gn/gnFileContig.h Sun Dec 22 12:51:21 2002 +@@ -17,7 +17,7 @@ + + #include <string> + #include "gn/gnClone.h" +-#ifdef __GNUG__ ++#if (defined(__GNUC__) && (__GNUC__) < 3) + #include "pair.h" + #endif + diff --git a/biology/libgenome/files/patch-include::gn::gnSourceHeader.h b/biology/libgenome/files/patch-include::gn::gnSourceHeader.h new file mode 100644 index 000000000000..7d44dd8d3cba --- /dev/null +++ b/biology/libgenome/files/patch-include::gn::gnSourceHeader.h @@ -0,0 +1,11 @@ +--- include/gn/gnSourceHeader.h.orig Tue Oct 16 02:59:53 2001 ++++ include/gn/gnSourceHeader.h Sun Dec 22 12:50:29 2002 +@@ -19,7 +19,7 @@ + #include "gn/gnBaseHeader.h" + #include "gn/gnBaseSource.h" + +-#ifdef __GNUG__ ++#if (defined(__GNUC__) && (__GNUC__) < 3) + #include "pair.h" + #endif + diff --git a/biology/libgenome/files/patch-include::gn::gnSourceQualifier.h b/biology/libgenome/files/patch-include::gn::gnSourceQualifier.h new file mode 100644 index 000000000000..57b6706d0648 --- /dev/null +++ b/biology/libgenome/files/patch-include::gn::gnSourceQualifier.h @@ -0,0 +1,11 @@ +--- include/gn/gnSourceQualifier.h.orig Tue Oct 16 02:59:53 2001 ++++ include/gn/gnSourceQualifier.h Sun Dec 22 12:48:20 2002 +@@ -19,7 +19,7 @@ + #include "gn/gnBaseQualifier.h" + #include "gn/gnBaseSource.h" + +-#ifdef __GNUG__ ++#if (defined(__GNUC__) && (__GNUC__) < 3) + #include "pair.h" + #endif + |