OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Mar-2003 12:04:29
Branch: OPENPKG_1_STABLE Handle: 2003032511042900
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/mutt mutt.spec
Log:
MFC: fixed build conflict with imap client library
Summary:
Revision Changes Path
1.41.2.3 +2 -1 openpkg-src/mutt/mutt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.41.2.2 -r1.41.2.3 mutt.spec
--- openpkg-src/mutt/mutt.spec 20 Mar 2003 15:32:12 -0000 1.41.2.2
+++ openpkg-src/mutt/mutt.spec 25 Mar 2003 11:04:29 -0000 1.41.2.3
@@ -36,7 +36,7 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 1.20030320
+Release: 1.20030325
# build options
%option with_comp no
@@ -82,6 +82,7 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="-DICONV_CONST=const" \
+ LDFLAGS="-Limap %{l_ldflags}" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]