Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/confuse/files: confuse-2.6-solaris.patch
Date: Tue, 30 Sep 2008 23:36:28
Message-Id: E1Kkokx-0002bg-E2@stork.gentoo.org
1 matsuu 08/09/30 23:35:51
2
3 Added: confuse-2.6-solaris.patch
4 Log:
5 Fixed test building on OpenSolaris issue, bug #239020.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/confuse/files/confuse-2.6-solaris.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/files/confuse-2.6-solaris.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/files/confuse-2.6-solaris.patch?rev=1.1&content-type=text/plain
13
14 Index: confuse-2.6-solaris.patch
15 ===================================================================
16 Index: configure.ac
17 ===================================================================
18 RCS file: /sources/confuse/confuse/configure.ac,v
19 retrieving revision 1.18
20 diff -u -B -r1.18 configure.ac
21 --- configure.ac 13 Oct 2007 15:02:52 -0000 1.18
22 +++ configure.ac 29 Sep 2008 10:13:10 -0000
23 @@ -39,6 +39,9 @@
24 # Checks for library functions.
25 AC_CHECK_FUNCS([strcasecmp strdup strndup])
26
27 +dnl Check for the library containing inet_aton/inet_ntoa (for tests)
28 +AC_SEARCH_LIBS([inet_ntoa], [socket nsl])
29 +
30 AC_CONFIG_FILES([Makefile \
31 src/Makefile \
32 examples/Makefile \