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-2005 10:09:41
Branch: HEAD Handle: 2005101609094100
Modified files:
openpkg-src/lame lame.spec
Log:
make sure ncurses is picked up correctly
Summary:
Revision Changes Path
1.45 +3 -1 openpkg-src/lame/lame.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lame/lame.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 lame.spec
--- openpkg-src/lame/lame.spec 15 Oct 2005 07:14:49 -0000 1.44
+++ openpkg-src/lame/lame.spec 16 Oct 2005 08:09:41 -0000 1.45
@@ -37,7 +37,7 @@
Group: Audio
License: GPL
Version: %{V_real}
-Release: 20051015
+Release: 20051016
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/lame/lame-%{V_real}.tar.gz
@@ -78,6 +78,8 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--disable-dependency-tracking \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]