Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/libgrapple/files: libgrapple-0.9.8-build.patch
Date: Wed, 02 Sep 2009 06:56:15
Message-Id: E1Mioa8-0001tR-Mk@stork.gentoo.org
1 nyhm 09/09/02 12:04:56
2
3 Added: libgrapple-0.9.8-build.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-games/libgrapple/files/libgrapple-0.9.8-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/files/libgrapple-0.9.8-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libgrapple/files/libgrapple-0.9.8-build.patch?rev=1.1&content-type=text/plain
13
14 Index: libgrapple-0.9.8-build.patch
15 ===================================================================
16 --- configure.in
17 +++ configure.in
18 @@ -54,8 +54,8 @@
19 ACX_PTHREAD(have_pthreads=yes, have_pthreads=no)
20
21 dnl Check for SSL
22 -AC_ARG_ENABLE([openssl], AC_HELP_STRING([--disable-openssl], [do not compile with OpenSSL support]), [want_ssl=no], [want_ssl=yes])
23 -if test "$want_ssl" = "yes"; then
24 +AC_ARG_ENABLE([openssl], AS_HELP_STRING([--disable-openssl], [do not compile with OpenSSL support]))
25 +if test "$enable_openssl" != "no"; then
26 PKG_CHECK_MODULES([OPENSSL], [openssl])
27 CFLAGS="$CFLAGS $OPENSSL_CFLAGS -DSOCK_SSL"
28 LIBS="$LIBS $OPENSSL_LIBS"