diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-11 18:13:27 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-11 18:13:27 +0000 |
commit | aeefc83b6ce0f12649d48480725bd0f44ea14563 (patch) | |
tree | 773f353157961fa6299029bc7054816e155ea9f3 /biology/libgenome/files/patch-include::gn::gnFileContig.h | |
parent | upgrade to 0.12 (diff) |
Update to version 0.5.1.
PR: 48047
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=75308
Diffstat (limited to 'biology/libgenome/files/patch-include::gn::gnFileContig.h')
-rw-r--r-- | biology/libgenome/files/patch-include::gn::gnFileContig.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/libgenome/files/patch-include::gn::gnFileContig.h b/biology/libgenome/files/patch-include::gn::gnFileContig.h deleted file mode 100644 index 77d8d7550bef..000000000000 --- a/biology/libgenome/files/patch-include::gn::gnFileContig.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |