aboutsummaryrefslogtreecommitdiffstats
path: root/devel/clo++
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2003-04-08 13:08:43 +0800
committerkevlo <kevlo@FreeBSD.org>2003-04-08 13:08:43 +0800
commitcc404cfce1a297a65486442f4751f95e689205ae (patch)
tree60c30a45ee706a07a9467060a1779402d530ae43 /devel/clo++
parentf544c4c68d153589d8b238160ba4efbcaf88594c (diff)
downloadfreebsd-ports-gnome-cc404cfce1a297a65486442f4751f95e689205ae.tar.gz
freebsd-ports-gnome-cc404cfce1a297a65486442f4751f95e689205ae.tar.zst
freebsd-ports-gnome-cc404cfce1a297a65486442f4751f95e689205ae.zip
Fixed build on sparc64.
Noted by: kris
Diffstat (limited to 'devel/clo++')
-rw-r--r--devel/clo++/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/clo++/files/patch-aa b/devel/clo++/files/patch-aa
new file mode 100644
index 000000000000..5f0072255534
--- /dev/null
+++ b/devel/clo++/files/patch-aa
@@ -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;