From: sparky Date: Thu, 16 Mar 2006 20:46:59 +0000 (+0000) Subject: - updated for current CVS X-Git-Tag: auto/th/entice-0_9_3_004-0_20060307_1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fentice.git;a=commitdiff_plain;h=4afb46c3f8a0d3608c1ef3901577600e0be9e77a - updated for current CVS Changed files: entice-no_buildtime_gimp.patch -> 1.2 --- diff --git a/entice-no_buildtime_gimp.patch b/entice-no_buildtime_gimp.patch index 73e3901..4d21d68 100644 --- a/entice-no_buildtime_gimp.patch +++ b/entice-no_buildtime_gimp.patch @@ -1,17 +1,17 @@ --- entice/configure.in~ 2005-05-07 23:11:45.000000000 +0000 +++ entice/configure.in 2005-07-02 13:37:00.000000000 +0000 -@@ -124,13 +124,7 @@ - AC_SUBST(edje_cflags) - AC_SUBST(edje_libs) +@@ -99,13 +99,7 @@ + [ AC_MSG_ERROR(Cannot find epsilon) ] + ) -AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH) --if [ test -z $GIMP_REMOTE_BIN ]; then +-if test -z "$GIMP_REMOTE_BIN" ; then - AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.0", "", $PATH) -- if [ test -z $GIMP_REMOTE_BIN ]; then +- if test -z "$GIMP_REMOTE_BIN" ; then - AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote", "", $PATH) - fi -fi +GIMP_REMOTE_BIN=/usr/bin/gimp-remote - if [ test -z $GIMP_REMOTE_BIN ]; then + if test -z "$GIMP_REMOTE_BIN" ; then echo "The GIMP remote is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path.";