Fixed build on sparc64.
Noted by: kris
This commit is contained in:
parent
75ffe76775
commit
06534693b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78580
1 changed files with 11 additions and 0 deletions
11
devel/clo++/files/patch-aa
Normal file
11
devel/clo++/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/contrib/libtpt-1.10.5/src/lib/parse_funcs.cxx.orig Tue Apr 8 13:07:51 2003
|
||||
+++ src/contrib/libtpt-1.10.5/src/lib/parse_funcs.cxx Tue Apr 8 13:08:21 2003
|
||||
@@ -71,7 +71,7 @@
|
||||
kiss_seed = (kiss_seed << 16) ^ kiss_seed ^ (getpid()<<1);
|
||||
// and end by mixing in the address of *this.
|
||||
// is this cast okay?
|
||||
- kiss_seed^= reinterpret_cast<unsigned int>(this);
|
||||
+ //kiss_seed^= reinterpret_cast<unsigned int>(this);
|
||||
kiss_x = kiss_seed | 1;
|
||||
kiss_y = kiss_seed | 2;
|
||||
kiss_z = kiss_seed | 4;
|
Loading…
Reference in a new issue