OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Oct-2006 14:17:21
Branch: HEAD Handle: 2006101613172100
Modified files:
openpkg-src/emacs emacs.spec
Log:
option with_xaw3d requires with_x11
Summary:
Revision Changes Path
1.61 +2 -2 openpkg-src/emacs/emacs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/emacs/emacs.spec
============================================================================
$ cvs diff -u -r1.60 -r1.61 emacs.spec
--- openpkg-src/emacs/emacs.spec 13 Oct 2006 17:27:54 -0000 1.60
+++ openpkg-src/emacs/emacs.spec 16 Oct 2006 12:17:21 -0000 1.61
@@ -38,7 +38,7 @@
Group: Editor
License: GPL
Version: %{V_emacs}
-Release: 20061013
+Release: 20061016
# package options
%option with_x11 no
@@ -50,7 +50,7 @@
%option with_leim no
# package option dependencies
-%if "%{with_jpeg}" == "yes" || "%{with_png}" == "yes" || "%{with_tiff}" ==
"yes" || "%{with_gif}" == "yes"
+%if "%{with_jpeg}" == "yes" || "%{with_png}" == "yes" || "%{with_tiff}" ==
"yes" || "%{with_gif}" == "yes" || "%{with_xaw3d}" == "yes"
%undefine with_x11
%define with_x11 yes
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]