Skip to content
Snippets Groups Projects
Commit df3aca99 authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

COMP: Fix compilation of VTK on debian/sparc (sparc is a CPU not an OS)

parent f8a01618
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ static const char kwsys_shared_forward_path_slash[2] = {KWSYS_SHARED_FORWARD_PAT
#endif
/* SUN */
#if defined(__sparc)
#if defined(__sparc) && !defined(__linux)
# define KWSYS_SHARED_FORWARD_LDD "ldd"
# define KWSYS_SHARED_FORWARD_LDD_N 1
# include <sys/isa_defs.h>
......
......@@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2009)
SET(KWSYS_DATE_STAMP_MONTH 07)
# KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 13)
SET(KWSYS_DATE_STAMP_DAY 24)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment