You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/gnubiff/files/gnubiff-2.2.15-gold.patch

18 lines
511 B

Author: Eray Aslan <eras@gentoo.org>
Date: Sat Jun 4 19:54:16 2011 +0000
do not underlink - needed for gold
--- a/configure.ac
+++ b/configure.ac
@@ -117,6 +117,9 @@ AC_CHECK_LIB(ssl, AES_encrypt, AC_DEFINE_UNQUOTED(HAVE_AES, 1,
Define to 1 if AES encryption is available), [
AC_CHECK_LIB(crypto, AES_encrypt, AC_DEFINE_UNQUOTED(HAVE_AES, 1))])
+dnl needed for gold
+AC_CHECK_LIB([X11],[XSync])
+
dnl GLIB, GTK, ...
GTK_REQUIRED="gtk+-2.0 >= 2.6"
GDK_PIXBUF_REQUIRED="gdk-pixbuf-2.0 >= 2.4"