1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/math/abacus/files/patch-Include-abacus_master.h
Pietro Cerutti 3b75de9077 - Fix build with gcc 4.8 by fixing include files dependencies [1]
- While at it, install a stripped shared library

PR:		192134 [1]
Submitted by:	gerald
2014-07-28 07:41:22 +00:00

11 lines
293 B
C++

--- Include/abacus/master.h.orig 2014-07-28 09:34:10.000000000 +0200
+++ Include/abacus/master.h 2014-07-28 09:38:07.000000000 +0200
@@ -51,7 +51,6 @@
#include "abacus/cputimer.h"
#include "abacus/cowtimer.h"
#include "abacus/string.h"
-#include "abacus/standardpool.h"
class ABA_SUB;