diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-02-19 18:36:49 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-02-19 18:36:49 +0000 |
commit | 0e148c8628b309bacf8c68384e34a2f89047f043 (patch) | |
tree | 9412d5579d9b7b5b8980cdf07ac0b309c2c975b6 /security/sfs/files | |
parent | Update to 0.1.9. (diff) |
. Fix the build on FreeBSD/alpha 4.x (5.x appears to have other problems).
PR: 45805
Submitted by: Volker Stolz <vs@foldr.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=101409
Diffstat (limited to 'security/sfs/files')
-rw-r--r-- | security/sfs/files/patch-sfskey.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/sfs/files/patch-sfskey.h b/security/sfs/files/patch-sfskey.h new file mode 100644 index 000000000000..5fb814bc75c3 --- /dev/null +++ b/security/sfs/files/patch-sfskey.h @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- agent/sfskey.h.orig Sun Dec 1 17:32:05 2002 ++++ agent/sfskey.h Sun Dec 1 18:03:45 2002 +@@ -34,7 +34,7 @@ + extern bool opt_quiet; + extern ref<agentconn> aconn; + +-#if __GNUC__ == 2 && __GNUC_MINOR__ <= 95 && defined (__alpha__) ++#if __GNUC__ == 2 && __GNUC_MINOR__ <= 95 && defined (__alpha__) && !defined(__FreeBSD__) + # define XXX_EXIT 1 + #endif /* gcc <= 2.95.x && alpha */ |