projects
/
metaconfig.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
866930b
)
Backport 7eb35c035978bf0530591a57244b6922682a3344
author
H.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Wed, 23 Jan 2013 13:51:26 +0000 (14:51 +0100)
committer
H.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Wed, 23 Jan 2013 13:51:26 +0000 (14:51 +0100)
Remove the Rhapsody port.
Rhapsody was an Apple OS that later evolved into Darwin and Mac OS X. It was
initially only released to developers, but later became Mac OS X Server, with
releases in 1999 and 2000. It was obsoleted by Mac OS X 10.0, released in
March 2001.
U/a_dvisory/multiarch.U
patch
|
blob
|
blame
|
history
diff --git
a/U/a_dvisory/multiarch.U
b/U/a_dvisory/multiarch.U
index
54feae4
..
148d7e3
100644
(file)
--- a/
U/a_dvisory/multiarch.U
+++ b/
U/a_dvisory/multiarch.U
@@
-27,7
+27,7
@@
?H:.
: Check if is a multiplatform env
case "$osname" in
-next|rhapsody|darwin) multiarch="$define" ;;
+next|darwin) multiarch="$define" ;;
esac
case "$multiarch" in
''|[nN]*) multiarch="$undef" ;;