public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/centerim/files: centerim-4.22.5-libotr-configure.patch
@ 2008-08-04 19:10 Sven Wegener (swegener)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wegener (swegener) @ 2008-08-04 19:10 UTC (permalink / raw
  To: gentoo-commits

swegener    08/08/04 19:10:32

  Added:                centerim-4.22.5-libotr-configure.patch
  Log:
  Add patch to fix error in configure.ac, bug #232312.
  (Portage version: 2.2_rc6/cvs/Linux 2.6.27-rc1-00504-g2b12a4c x86_64)

Revision  Changes    Path
1.1                  net-im/centerim/files/centerim-4.22.5-libotr-configure.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/centerim/files/centerim-4.22.5-libotr-configure.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/centerim/files/centerim-4.22.5-libotr-configure.patch?rev=1.1&content-type=text/plain

Index: centerim-4.22.5-libotr-configure.patch
===================================================================
commit 42add0132dad8c32ec356d59d0f7daceb9d42ed8
Author: Sven Wegener <sven.wegener@stealer.net>
Date:   Tue Jul 22 02:18:03 2008 +0200

    Fix configure.ac libotr error
    
    This fixes the following error:
    
    checking for otrl_init in -lotr... yes
    checking libotr/context.h usability... yes
    checking libotr/context.h presence... yes
    checking for libotr/context.h... yes
    ./configure: line 15006: libotr/userstate.h: No such file or directory
    
    Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 04ca231..56cf974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,7 +261,7 @@ if test "x$with_libotr" != "xno"; then
 
 	AC_CHECK_LIB(otr, otrl_init,
 	[
-		AC_CHECK_HEADERS(libotr/context.h, libotr/userstate.h
+		AC_CHECK_HEADERS(libotr/context.h libotr/userstate.h,
 		[
 			AC_DEFINE(HAVE_LIBOTR, 1, [define if you have libotr])
             OTR_LIBS="-lotr $LIBS"






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/centerim/files: centerim-4.22.5-libotr-configure.patch
@ 2009-01-22 17:51 Sven Wegener (swegener)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wegener (swegener) @ 2009-01-22 17:51 UTC (permalink / raw
  To: gentoo-commits

swegener    09/01/22 17:51:55

  Removed:              centerim-4.22.5-libotr-configure.patch
  Log:
  Cleanup.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-22 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 17:51 [gentoo-commits] gentoo-x86 commit in net-im/centerim/files: centerim-4.22.5-libotr-configure.patch Sven Wegener (swegener)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-04 19:10 Sven Wegener (swegener)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox