Nicolas Olivier
Mon, 05 Oct 2009 02:52:18 -0700
Hello, A small patch to people who still use solaris 8 :
--- gnulib-2009.03.03.14.07.45-r00.1.ebuild.orig 2009-10-05
11:49:08.452115000 +0200
+++ gnulib-2009.03.03.14.07.45-r00.1.ebuild 2009-10-05
11:32:39.258853000 +0200
@@ -41,7 +41,7 @@
*-freebsd*)
requested_gnulib_modules="mathl strndup"
;;
- *-solaris2.9)
+ *-solaris2.9|*-solaris2.8)
# Don't remove dirfd!
requested_gnulib_modules="alphasort dirfd getopt
scandir setenv strcasestr stdint strndup xvasprintf"
;;
It helps for pax-utils and python-wrapper.
Niko