public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pygobject/files: pygobject-2.14.2-libffi.patch
@ 2008-07-04 23:04 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-07-04 23:04 UTC (permalink / raw
  To: gentoo-commits

eva         08/07/04 23:04:09

  Added:                pygobject-2.14.2-libffi.patch
  Log:
  fix libffi condition, fix bug #230751
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)

Revision  Changes    Path
1.1                  dev-python/pygobject/files/pygobject-2.14.2-libffi.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/files/pygobject-2.14.2-libffi.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/files/pygobject-2.14.2-libffi.patch?rev=1.1&content-type=text/plain

Index: pygobject-2.14.2-libffi.patch
===================================================================
diff -ru pygobject-2.14.2.orig/configure.ac pygobject-2.14.2/configure.ac
--- pygobject-2.14.2.orig/configure.ac	2008-05-23 12:51:11.000000000 -0400
+++ pygobject-2.14.2/configure.ac	2008-07-04 13:45:30.088664555 -0400
@@ -146,7 +146,7 @@
 dnl libffi
 AC_MSG_CHECKING(for ffi.h)
 AC_ARG_WITH(libffi,
-  AC_HELP_STRING([--without-ffi], [Disable libffi support]),
+  AC_HELP_STRING([--without-libffi], [Disable libffi support]),
   with_ffi=$withval,
   with_ffi=auto)
 if test x"$with_ffi" = xno ; then
@@ -170,7 +170,7 @@
     LIBS=$save_LIBS
   fi
 fi
-if test x"$with_ffi" != xauto && test x"$pygobject_ffi_h" != xyes ; then
+if test x"$with_ffi" == xyes && test x"$pygobject_ffi_h" != xyes ; then
   AC_MSG_ERROR([libffi requested, but ffi.h not found])
 fi
 AC_MSG_RESULT([$pygobject_ffi_h])



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygobject/files: pygobject-2.14.2-libffi.patch
@ 2009-10-29 23:03 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-10-29 23:03 UTC (permalink / raw
  To: gentoo-commits

eva         09/10/29 23:03:41

  Removed:              pygobject-2.14.2-libffi.patch
  Log:
  New version for GNOME 2.28. Clean up old revision.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)



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

end of thread, other threads:[~2009-10-29 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 23:04 [gentoo-commits] gentoo-x86 commit in dev-python/pygobject/files: pygobject-2.14.2-libffi.patch Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-29 23:03 Gilles Dartiguelongue (eva)

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