diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-11-12 18:59:52 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-11-12 18:59:52 +0000 |
commit | db1c5ca0a99d0206fdd1b982700589e201b187de (patch) | |
tree | a234b76026bc83639b91ae5d66fde2dbd0b06437 /net-dialup/linux-atm/files | |
parent | Initial check-in. Fixes bug #52019 (Manifest recommit) (diff) | |
download | gentoo-2-db1c5ca0a99d0206fdd1b982700589e201b187de.tar.gz gentoo-2-db1c5ca0a99d0206fdd1b982700589e201b187de.tar.bz2 gentoo-2-db1c5ca0a99d0206fdd1b982700589e201b187de.zip |
fixed broken compilation on uclibc (#61184)
Diffstat (limited to 'net-dialup/linux-atm/files')
-rw-r--r-- | net-dialup/linux-atm/files/2.4.1-uclibc.patch | 11 | ||||
-rw-r--r-- | net-dialup/linux-atm/files/digest-linux-atm-2.4.1-r1 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-dialup/linux-atm/files/2.4.1-uclibc.patch b/net-dialup/linux-atm/files/2.4.1-uclibc.patch new file mode 100644 index 000000000000..2e5dcd765707 --- /dev/null +++ b/net-dialup/linux-atm/files/2.4.1-uclibc.patch @@ -0,0 +1,11 @@ +--- linux-atm-2.4.1/config.sub.chris 2004-08-21 19:05:03 +0000 ++++ linux-atm-2.4.1/config.sub 2004-08-21 19:05:27 +0000 +@@ -117,7 +117,7 @@ + # Here we must recognize all the valid KERNEL-OS combinations. + maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` + case $maybe_os in +- nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*) ++ nto-qnx* | linux-gnu* | linux-uclibc* | storm-chaos* | os2-emx*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; diff --git a/net-dialup/linux-atm/files/digest-linux-atm-2.4.1-r1 b/net-dialup/linux-atm/files/digest-linux-atm-2.4.1-r1 new file mode 100644 index 000000000000..eb664b0dece7 --- /dev/null +++ b/net-dialup/linux-atm/files/digest-linux-atm-2.4.1-r1 @@ -0,0 +1 @@ +MD5 84fef49cc39ff2605204246666f65864 linux-atm-2.4.1.tar.gz 711714 |