mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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
This commit is contained in:
parent
4a91dd82c6
commit
3b75de9077
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363115
@ -31,7 +31,7 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.a ${STAGEDIR}${PREFIX}/lib/libabacus-osi.a
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.so ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.so ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so.1
|
||||
${LN} -sf libabacus-osi.so.1 ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so
|
||||
cd ${WRKSRC}/Include && ${COPYTREE_SHARE} abacus ${STAGEDIR}${PREFIX}/include
|
||||
|
||||
|
10
math/abacus/files/patch-Include-abacus_master.h
Normal file
10
math/abacus/files/patch-Include-abacus_master.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- 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;
|
10
math/abacus/files/patch-Include-abacus_sub.h
Normal file
10
math/abacus/files/patch-Include-abacus_sub.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- Include/abacus/sub.h.orig 2014-07-28 09:37:03.000000000 +0200
|
||||
+++ Include/abacus/sub.h 2014-07-28 09:37:19.000000000 +0200
|
||||
@@ -51,6 +51,7 @@
|
||||
#include "abacus/buffer.h"
|
||||
#include "abacus/vartype.h"
|
||||
#include "abacus/cputimer.h"
|
||||
+#include "abacus/standardpool.h"
|
||||
|
||||
class ABA_LPSUB;
|
||||
class ABA_TAILOFF;
|
Loading…
Reference in New Issue
Block a user