aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-07-06 00:24:22 +0800
committersteve <steve@FreeBSD.org>1999-07-06 00:24:22 +0800
commitea69b566e8e9b8a4b44cba4c141960e5600c7778 (patch)
treed3c3acd50964854067dd76faaf7d80d93561474d /shells
parentcc6259012145665256c79c5f686957c6038b9d59 (diff)
downloadfreebsd-ports-gnome-ea69b566e8e9b8a4b44cba4c141960e5600c7778.tar.gz
freebsd-ports-gnome-ea69b566e8e9b8a4b44cba4c141960e5600c7778.tar.zst
freebsd-ports-gnome-ea69b566e8e9b8a4b44cba4c141960e5600c7778.zip
Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash1/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-ai b/shells/bash1/files/patch-ai
new file mode 100644
index 000000000000..e51bb707a183
--- /dev/null
+++ b/shells/bash1/files/patch-ai
@@ -0,0 +1,11 @@
+--- siglist.h.orig Mon Mar 15 07:21:34 1999
++++ siglist.h Mon Mar 15 07:21:50 1999
+@@ -28,7 +28,7 @@
+ #endif /* Solaris || USGr4_2 || drs6000 || amiga || Minix */
+
+ #if !defined (Solaris) && !defined (Linux) && !defined (__BSD_4_4__) && \
+- !defined (Minix) && !defined (NetBSD) && !defined (FreeBSD) && \
++ !defined (Minix) && !defined (NetBSD) && !defined (__FreeBSD__) && \
+ !defined (BSD_OS)
+ extern char *sys_siglist[];
+ #endif /* !Solaris && !Linux && !__BSD_4_4__ && !Minix && !NetBSD && !FreeBSD && !BSD_OS */