1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

. 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
This commit is contained in:
Greg Lewis 2004-02-19 18:36:49 +00:00
parent 110caf97e1
commit 0e148c8628
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101409

View File

@ -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 */