Gentoo Archives: gentoo-alt

From: Nicolas Olivier <niko@××××××××.fr>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] gnulib & solaris 8
Date: Mon, 05 Oct 2009 09:52:16
Message-Id: 1c9304c00910050252o7cb57a8ci8886a84175600736@mail.gmail.com
1 Hello,
2
3 A small patch to people who still use solaris 8 :
4
5 --- gnulib-2009.03.03.14.07.45-r00.1.ebuild.orig 2009-10-05
6 11:49:08.452115000 +0200
7 +++ gnulib-2009.03.03.14.07.45-r00.1.ebuild 2009-10-05
8 11:32:39.258853000 +0200
9 @@ -41,7 +41,7 @@
10 *-freebsd*)
11 requested_gnulib_modules="mathl strndup"
12 ;;
13 - *-solaris2.9)
14 + *-solaris2.9|*-solaris2.8)
15 # Don't remove dirfd!
16 requested_gnulib_modules="alphasort dirfd getopt
17 scandir setenv strcasestr stdint strndup xvasprintf"
18 ;;
19
20
21 It helps for pax-utils and python-wrapper.
22
23 Niko

Replies

Subject Author
Re: [gentoo-alt] gnulib & solaris 8 Fabian Groffen <grobian@g.o>