OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Sep-2005 21:33:51
Branch: HEAD Handle: 2005092720335000
Modified files:
openpkg-src/emacs emacs.spec
Log:
big hammer for the only gnu-linux/intel386 platform in the OpenPKG
universe where temacs CANNOT_DUMP
Summary:
Revision Changes Path
1.57 +4 -1 openpkg-src/emacs/emacs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/emacs/emacs.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 emacs.spec
--- openpkg-src/emacs/emacs.spec 13 Jun 2005 08:04:43 -0000 1.56
+++ openpkg-src/emacs/emacs.spec 27 Sep 2005 19:33:50 -0000 1.57
@@ -38,7 +38,7 @@
Group: Editor
License: GPL
Version: %{V_emacs}
-Release: 20050613
+Release: 20050927
# package options
%option with_x11 no
@@ -113,6 +113,9 @@
%setup -q -n emacs-%{V_subdir} -T -D -b 1
%endif
%patch -p0
+ case "%{l_platform -p}" in
+ ix86-fedora4 ) %{l_shtool} subst -e 's;/\* \(#define CANNOT_DUMP\)
\*/;\1 1;' src/m/intel386.h ;;
+ esac
%build
%if "%{with_xaw3d}" != "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]