1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/yacl/files/patch-ad
Steve Price 6521717ab1 Fix compilation errors when gcc2.95 is the system compiler.
PR:		13754
Submitted by:	maintainer
1999-11-01 01:31:31 +00:00

22 lines
392 B
Plaintext

--- base/intseq.cxx.orig Wed Feb 19 15:42:34 1997
+++ base/intseq.cxx Wed Sep 15 02:14:05 1999
@@ -35,6 +35,8 @@
#include "base/seqimp.cxx"
+#include "base/long.h"
+#include "base/intseq.h"
#if (defined(__GNUC__) && __GNUC_MINOR__ >= 6)
@@ -47,9 +49,6 @@
#if defined(_MSC_VER)
template CL_Sequence<long>;
#endif
-
-#include "base/long.h"
-#include "base/intseq.h"