Requesting review (II)/approval on Enlightenment DR17 package+ some EFLs

John Ellson ellson at research.att.com
Fri Jun 3 14:29:57 UTC 2005


Didier Casse wrote:

>It should be ok by now and support x86_64 architectures.
>
Didier,

Are you taking over as provider for eet and edb now?   If so, what is 
happening with edb-gtk and edb-ncurses?

One remaining x86_64 problem  with engage (a patch was missed).
"rpmbuild --rebuild engage-0.0.9-1.20050603.e17.fc3.src.rpm" fails with:
    RPM build errors:
        File not found by glob: 
/var/tmp/engage-0.0.9-1.20050603.e17.fc3-root-ellson/usr/lib64/engage*

The proposed patch (now against CVS) is:

RCS file: /cvsroot/enlightenment/misc/engage/configure.in,v
retrieving revision 1.17
diff -u -b -r1.17 configure.in
--- configure.in        3 Jun 2005 03:31:56 -0000       1.17
+++ configure.in        3 Jun 2005 14:25:46 -0000
@@ -39,18 +39,20 @@
   fi
 fi

-if test "x${exec_prefix}" = "xNONE"; then
+if test "x{libdir}" = "xNONE";then
+  if test "x${exec_prefix}" = "xNONE"; then
   if test "x${prefix}" = "xNONE"; then
     libdir="${ac_default_prefix}/lib";
   else
     libdir="${prefix}/lib";
   fi
-else
+  else
   if test "x${prefix}" = "xNONE"; then
     libdir="${ac_default_prefix}/lib";
   else
     libdir="${prefix}/lib";
   fi
+  fi
 fi

 dnl Set PACKAGE_DATA_DIR in config.h.



John




More information about the fedora-extras-list mailing list