aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gftp/gftp/configure.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gftp/gftp/configure.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gftp/gftp/configure.patch')
-rw-r--r--packages/gftp/gftp/configure.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/gftp/gftp/configure.patch b/packages/gftp/gftp/configure.patch
index e69de29bb2..362ce963d2 100644
--- a/packages/gftp/gftp/configure.patch
+++ b/packages/gftp/gftp/configure.patch
@@ -0,0 +1,31 @@
+--- gftp-2.0.18rc1/configure.in 2004-11-09 19:32:01.000000000 -0700
++++ gftp-2.0.18rc1.new/configure.in 2005-01-04 15:04:31.297074928 -0700
+@@ -41,7 +41,8 @@
+ AM_C_PROTOTYPES
+ AC_C_CONST
+ AC_C_INLINE
+-AC_INTL_PRINTF
++
++AC_DEFINE(HAVE_INTL_PRINTF,1,Define if printf supports %'ld)
+
+ AM_MAINTAINER_MODE
+
+@@ -79,7 +80,7 @@
+ fi
+
+ if test "x$GFTP_TEXT" = "x" -a $found_glib20 = 0 ; then
+- AM_PATH_GLIB(1.2.3, , AC_MSG_ERROR(gFTP needs GLIB 1.2.3 or higher))
++ AC_MSG_ERROR(gFTP needs GLIB 2.0 or higher)
+ fi
+
+ EXTRA_LIBS=""
+@@ -195,8 +196,7 @@
+ fi
+
+ if test "x$GFTP_GTK" = "x" ; then
+- AM_PATH_GTK(1.2.3, GFTP_GTK=gftp-gtk, AC_MSG_WARN(gFTP needs GTK+ 1.2.3 or higher for the graphical version. Only building the text version))
+- GTHREAD_LIBS="-lgthread"
++ AC_MSG_ERROR(gFTP needs GTK 2.0 or higher)
+ else
+ GTHREAD_LIBS="-lgthread-2.0"
+ fi