diff options
author | glewis <glewis@FreeBSD.org> | 2004-02-20 02:36:49 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-02-20 02:36:49 +0800 |
commit | 9b59397e03a284eab3fd40650d6811b615f974f6 (patch) | |
tree | 98271edbc54a2a2b8f643e73a7a7ad0a4c842d2c /security/sfs | |
parent | 2442c279f6c3b19108f5d9c1ba7f9441d488bba5 (diff) | |
download | freebsd-ports-gnome-9b59397e03a284eab3fd40650d6811b615f974f6.tar.gz freebsd-ports-gnome-9b59397e03a284eab3fd40650d6811b615f974f6.tar.zst freebsd-ports-gnome-9b59397e03a284eab3fd40650d6811b615f974f6.zip |
. 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
Diffstat (limited to 'security/sfs')
-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 */ |