OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Feb-2004 10:28:03
Branch: HEAD Handle: 2004021709280300
Modified files:
openpkg-src/imapd imapd.spec
Log:
solve the com_err problems (contribution from Stephan Buys)
Summary:
Revision Changes Path
1.111 +2 -2 openpkg-src/imapd/imapd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imapd/imapd.spec
============================================================================
$ cvs diff -u -r1.110 -r1.111 imapd.spec
--- openpkg-src/imapd/imapd.spec 9 Feb 2004 10:41:04 -0000 1.110
+++ openpkg-src/imapd/imapd.spec 17 Feb 2004 09:28:03 -0000 1.111
@@ -34,7 +34,7 @@
Group: Mail
License: BSD
Version: 2.2.3
-Release: 20040209
+Release: 20040217
# package options
%option with_fsl yes
@@ -95,7 +95,7 @@
# ensure local com_err can be used
%{l_shtool} subst -s \
- -e 's;#include <com_err.h>;#include "com_err.h";' \
+ -e 's;#include <com_err.h>;#include "et/com_err.h";' \
`find . -name *.[ch] -print`
# ensure linking of Berkeley DB
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]