mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Unbreak on sparc64
Approved by: miwi (for kde@)
This commit is contained in:
parent
937f766857
commit
f61b24647c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246989
11
devel/cmake/files/patch-Source-kwsys_SharedForward.h.in
Normal file
11
devel/cmake/files/patch-Source-kwsys_SharedForward.h.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Source/kwsys/SharedForward.h.in.orig 2010-01-01 15:30:58.000000000 +0100
|
||||
+++ Source/kwsys/SharedForward.h.in 2010-01-01 15:31:11.000000000 +0100
|
||||
@@ -218,7 +218,7 @@
|
||||
#endif
|
||||
|
||||
/* SUN */
|
||||
-#if defined(__sparc) && !defined(__linux)
|
||||
+#if defined(__sparc) && !defined(__linux) && !defined(__FreeBSD__)
|
||||
# define KWSYS_SHARED_FORWARD_LDD "ldd"
|
||||
# define KWSYS_SHARED_FORWARD_LDD_N 1
|
||||
# include <sys/isa_defs.h>
|
Loading…
Reference in New Issue
Block a user