packages (TEST): emacs/emacs.spec - try --without-gpm option

lisu lisu at pld-linux.org
Wed Jan 11 11:00:11 CET 2012


Author: lisu                         Date: Wed Jan 11 10:00:11 2012 GMT
Module: packages                      Tag: TEST
---- Log message:
- try --without-gpm option

---- Files affected:
packages/emacs:
   emacs.spec (1.111.2.1 -> 1.111.2.2) 

---- Diffs:

================================================================
Index: packages/emacs/emacs.spec
diff -u packages/emacs/emacs.spec:1.111.2.1 packages/emacs/emacs.spec:1.111.2.2
--- packages/emacs/emacs.spec:1.111.2.1	Wed Jan 11 10:44:13 2012
+++ packages/emacs/emacs.spec	Wed Jan 11 11:00:06 2012
@@ -394,11 +394,7 @@
 %{__autoconf}
 %{__autoheader}
 
-%if %{with bootstrap}
-%define bootstrap 1
-%else
 %define bootstrap 0
-%endif
 
 %if %{with athena}
 echo "Building emacs athena binary ..."
@@ -411,7 +407,8 @@
 	--with-tiff \
 	--with-gif \
 	--with-png \
-	--with-x-toolkit=athena
+	--with-x-toolkit=athena \
+	%{?with_bootstrap:--without-gpm}
 
 %{__make} -j1 bootstrap
 %define	bootstrap athena
@@ -429,7 +426,8 @@
 	--with-tiff \
 	--with-gif \
 	--with-png \
-	--with-x-toolkit=gtk
+	--with-x-toolkit=gtk \
+	%{?with_bootstrap:--without-gpm}
 
 %if %{?bootstrap}
 %{__make}
@@ -451,7 +449,8 @@
 	--with-tiff \
 	--with-gif \
 	--with-png \
-	--with-x-toolkit=motif
+	--with-x-toolkit=motif \
+	%{?with_bootstrap:--without-gpm}
 
 %if %{?bootstrap}
 %{__make}
@@ -473,7 +472,8 @@
 	--without-tiff \
 	--without-gif \
 	--without-png \
-	--with-x=no
+	--with-x=no \
+	%{?with_bootstrap:--without-gpm}
 
 %if %{?bootstrap}
 %{__make}
@@ -771,6 +771,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.111.2.2  2012/01/11 10:00:06  lisu
+- try --without-gpm option
+
 Revision 1.111.2.1  2012/01/11 09:44:13  lisu
 - booststrap play
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/emacs/emacs.spec?r1=1.111.2.1&r2=1.111.2.2&f=u



More information about the pld-cvs-commit mailing list