1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/misc/gtl/files/patch-aa
1999-10-06 05:32:14 +00:00

19 lines
266 B
Plaintext

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