SPECS: xemacs.spec - patches updated
arekm
arekm at pld-linux.org
Mon Oct 3 00:10:41 CEST 2005
Author: arekm Date: Sun Oct 2 22:10:41 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- patches updated
---- Files affected:
SPECS:
xemacs.spec (1.142 -> 1.143)
---- Diffs:
================================================================
Index: SPECS/xemacs.spec
diff -u SPECS/xemacs.spec:1.142 SPECS/xemacs.spec:1.143
--- SPECS/xemacs.spec:1.142 Sun Oct 2 23:38:49 2005
+++ SPECS/xemacs.spec Mon Oct 3 00:10:35 2005
@@ -183,15 +183,15 @@
%prep
%setup -q -a2
-#%patch0 -p1
+%patch0 -p1
%patch1 -p1
%ifarch alpha ia64
# disable memory_warnings() - it doesn't support memory model used on alpha
%patch3 -p1
%endif
-#%patch4 -p1
-rm lisp/dump-paths.elc
-sed -i -e "s#@srcdir@#$PWD#" lisp/dump-paths.el
+%patch4 -p1
+rm lisp/startup.elc
+sed -i -e "s#@srcdir@#$PWD#" lisp/startup.el
%build
cp /usr/share/automake/config.sub .
@@ -202,7 +202,7 @@
export CFLAGS CPPFLAGS LDFLAGS sitelispdir
# no X
-%configure \
+%configure %{_target_platform} \
--prefix=%{_prefix} \
--infodir=%{_infodir} \
--mandir=%{_mandir}/man1 \
@@ -245,7 +245,7 @@
%{__make} -j1 distclean
# X
-./configure *-linux \
+./configure %{_target_platform} \
--prefix=%{_prefix} \
--infodir=%{_infodir} \
--mandir=%{_mandir}/man1 \
@@ -469,6 +469,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.143 2005/10/02 22:10:35 arekm
+- patches updated
+
Revision 1.142 2005/10/02 21:38:49 arekm
- up to 21.5.22
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xemacs.spec?r1=1.142&r2=1.143&f=u
More information about the pld-cvs-commit
mailing list