diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
commit | ac34d7309cc9ed2bb1b9fcadf01a3153a50b41bf (patch) | |
tree | 06ad86b5acdc3f1aaf5ff6a5f594e87d816f05e7 /editors/mule-common/files/patch-af | |
parent | Upgrade to mod_ssl-2.1.8. (diff) |
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
Diffstat (limited to 'editors/mule-common/files/patch-af')
-rw-r--r-- | editors/mule-common/files/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/mule-common/files/patch-af b/editors/mule-common/files/patch-af new file mode 100644 index 000000000000..23092a4a8ca0 --- /dev/null +++ b/editors/mule-common/files/patch-af @@ -0,0 +1,13 @@ +--- configure.orig Tue Aug 20 13:11:26 1996 ++++ configure Sat Jan 16 23:18:54 1999 +@@ -756,6 +756,10 @@ + machine=alpha opsys=gnu-linux + ;; + ++ alpha-*-freebsd* ) ++ machine=alpha opsys=freebsd ++ ;; ++ + ## Altos 3068 + m68*-altos-sysv* ) + machine=altos opsys=usg5-2 |