diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-21 15:31:34 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-21 15:31:34 +0000 |
commit | 1a074bd43cdd60cd3e18f18959244e4b77ac8627 (patch) | |
tree | e45b0aba5c28a98816dc2e61f5ff9d03ff09f3f6 /misc/gtl/files/patch-aa | |
parent | Update to version 2.6.2 (diff) |
- Update to 1.2.1
PR: ports/80107
Submitted by: Ulrich Spoerlein <q@uni.de>
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=133866
Diffstat (limited to 'misc/gtl/files/patch-aa')
-rw-r--r-- | misc/gtl/files/patch-aa | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/gtl/files/patch-aa b/misc/gtl/files/patch-aa deleted file mode 100644 index ad5fcbeff581..000000000000 --- a/misc/gtl/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- include/GTL/GTL.h.orig Fri Oct 1 13:22:15 1999 -+++ include/GTL/GTL.h Fri Oct 1 13:22:57 1999 -@@ -115,6 +115,7 @@ - - #include <memory> - -+#ifndef __FreeBSD__ - /** - * @internal - */ -@@ -122,6 +123,7 @@ - class allocator : public alloc - { - }; -+#endif - - #endif - |