Enlightenment CVS committal

Author  : azundris
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2


Modified Files:
        configure.in imlib2.spec 


Log Message:
Grrr! : )

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/configure.in,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- configure.in        12 Jan 2005 00:25:26 -0000      1.87
+++ configure.in        19 Jan 2005 12:28:53 -0000      1.88
@@ -101,15 +101,16 @@
   fi
 ],
 [
-if test x$target_os = xlinux-gnu; then
+if test x$target_os = xlinux-gnu -o x$target_os = xlinux; then
   if test x$target_cpu = x$host_cpu; then
     mmx=`cat /proc/cpuinfo | grep mmx`
     if test -n "$mmx"; then
       mmx=yes
+      echo "You appear to be compiling on a "$target_cpu/$target_os" system; 
using MMX."
     fi
   else
     echo ""
-    echo "You are cross-compiling on a "$host_cpu" machine for a "$target_os" 
machine."
+    echo "You are cross-compiling on a "$host_cpu" machine for a 
"$target_cpu/$target_os" machine."
     echo "If this target supports mmx, please enable mmx with --enable-mmx as 
a"
     echo "configure option."
     echo ""
@@ -117,6 +118,7 @@
 else
   echo ""
   echo "You are not running Linux - This script cannot auto-detect mmx 
assembly."
+  echo "(You appear to be running $target_os.)"
   echo "You will have to enable the mmx assembly (which gives anywhere from 
10%"
   echo "to 300% speedups) by adding --enable-mmx on the configure 
command-line."
   echo ""
@@ -402,6 +404,9 @@
 echo "  BZIP2...................: $bz2_ok"
 echo
 echo
+echo "Use MMX for extra speed...: $mmx"
+echo
+echo
 echo "Installation Path.........: $prefix"
 echo
 echo "Compilation...............: make"
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/imlib2.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- imlib2.spec 15 Jan 2005 04:39:59 -0000      1.35
+++ imlib2.spec 19 Jan 2005 12:28:53 -0000      1.36
@@ -10,7 +10,7 @@
 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org/)}
 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
 #BuildSuggests: xorg-x11-devel
-BuildRequires: freetype-devel XFree86-devel
+BuildRequires: freetype2-devel XFree86-devel
 Requires: %{name}-loader_jpeg = %{version}
 Requires: %{name}-loader_png = %{version}
 Requires: %{name}-loader_argb = %{version}
@@ -26,7 +26,7 @@
 Summary: Imlib2 headers, static libraries and documentation
 Group: System Environment/Libraries
 Requires: %{name} = %{version}
-Requires: freetype-devel >= 2
+Requires: freetype2-devel >= 2
 %description devel
 Headers, static libraries and documentation for Imlib2.
 
@@ -117,7 +117,7 @@
 %setup -q
 
 %build
-%{configure} --prefix=%{_prefix}
+%{configure} --prefix=%{_prefix} $RPM_CONFIGURE_OPTS
 %{__make} %{?_smp_mflags} %{?mflags}
 
 %install




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to