diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-14 08:39:46 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-14 08:39:46 +0000 |
commit | cadebbae3e4aa036085e6c707619f77b47c10788 (patch) | |
tree | 6674a37dff55e29aac268bae8f9d42d28c51d0ab | |
parent | Add mp3wrap. (diff) |
Teach configure about ia64 so that it builds on ia64. We have more
than 600 ports depending (directly or indirectly) on Mesa3, so this
should help increase the "coverage".
Ok'd by: sobomax (maintainer)
Notes
Notes:
svn path=/head/; revision=82979
-rw-r--r-- | graphics/Mesa3/files/patch-config.sub | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/Mesa3/files/patch-config.sub b/graphics/Mesa3/files/patch-config.sub new file mode 100644 index 000000000000..f75997fdef41 --- /dev/null +++ b/graphics/Mesa3/files/patch-config.sub @@ -0,0 +1,10 @@ +--- config.sub Wed Aug 18 17:55:40 1999 ++++ /home/marcel/config.sub Fri Jun 13 18:38:48 2003 +@@ -197,6 +197,7 @@ + | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \ + | xmp-* | ymp-* \ + | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* | hppa2.0n-* \ ++ | ia64-* \ + | alpha-* | alphaev[4-7]-* | alphaev56-* | alphapca5[67]-* \ + | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ + | clipper-* | orion-* \ |