FreeBSD Bugzilla – Attachment 67882 Details for
Bug 99949
security/sfs: Fix build on !386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sfs.diff
sfs.diff (text/plain), 1.11 KB, created by
Shaun Amott
on 2006-07-09 02:20:14 UTC
(
hide
)
Description:
sfs.diff
Filename:
MIME Type:
Creator:
Shaun Amott
Created:
2006-07-09 02:20:14 UTC
Size:
1.11 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/sfs/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- Makefile 13 May 2006 04:15:15 -0000 1.23 >+++ Makefile 8 Jul 2006 23:17:55 -0000 >@@ -29,10 +29,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${ARCH} != "i386" >-BROKEN= "Does not compile on !i386" >-.endif >- > .if ${OSVERSION} > 500000 > LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 > CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} >Index: files/patch-async_itree.h >=================================================================== >RCS file: files/patch-async_itree.h >diff -N files/patch-async_itree.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-async_itree.h 8 Jul 2006 23:17:55 -0000 >@@ -0,0 +1,11 @@ >+--- async/itree.h.orig Sun Jul 9 00:14:16 2006 >++++ async/itree.h Sun Jul 9 00:15:07 2006 >+@@ -86,7 +86,7 @@ >+ itree_core (const itree_core &); >+ itree_core &operator = (const itree_core &); >+ >+-#define eos ((int) &(((T *) 0)->*field).p) >++#define eos ((ptrdiff_t) &(((T *) 0)->*field).p) >+ #define cmpfn scmp, (void *) this >+ >+ public:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99949
: 67882