gimp.spec
changeset 7509 33597f80a7ed
parent 7337 1d11d4ecbc10
child 7917 9561151ac0e0
--- a/gimp.spec	Fri Jun 23 23:15:31 2006 +0000
+++ b/gimp.spec	Sat Jun 24 00:06:26 2006 +0000
@@ -8,7 +8,7 @@
 
 %define subver 2.3
 %define subver_install 2.0
-%define microver 8
+%define microver 9
 %define help_version 10
 
 Name:         gimp
@@ -23,8 +23,8 @@
 Source1:      ftp://ftp.gimp.org/pub/%{name}/help/gimp-help-2-0.%{help_version}.tar.gz
 Patch1:       gimp-01-menu-entry.diff
 Patch2:       gimp-02-Xext.diff
-Patch3:       gimp-03-void-return.diff
-Patch4:       gimp-04-hidden.diff
+Patch3:       gimp-03-hidden.diff
+Patch4:       gimp-04-fixcompile.diff
 URL:          http://www.gimp.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/doc
@@ -118,6 +118,7 @@
 # Removing sierra driver on Solaris since it doesn't compile yet.
 %ifos solaris
 %define print_options "--disable-print"
+%define mmx_options "--enable-mmx=no"
 %else
 %define print_options ""
 %endif
@@ -132,6 +133,7 @@
 	    --enable-mp			\
 	    --enable-gtk-doc		\
 	    --enable-default-binary	\
+	    %{mmx_options}		\
 	    %{print_options}
 make munix=
 
@@ -236,6 +238,10 @@
 %{_mandir}/man1/gimptool-%{subver_install}.1*
 
 %changelog
+* Fri Jun 23 2006 - [email protected]
+- Bump to 2.3.9.  Set --enable-mmx=no when building on Solaris since
+  this compiler option doesn't work on Solaris
+
 * Tue May 30 2006 - [email protected]
 - Add patch, 04-hidden, for new G_GNUC_INTERNAL usage.