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: 20-Jul-2005 21:26:07 Branch: HEAD Handle: 2005072020260700 Modified files: openpkg-src/mathomatic mathomatic.spec Log: Mathomatic depends on NCurses, so link against libncurses.a and not the system libcurses.a Summary: Revision Changes Path 1.46 +2 -2 openpkg-src/mathomatic/mathomatic.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mathomatic/mathomatic.spec ============================================================================ $ cvs diff -u -r1.45 -r1.46 mathomatic.spec --- openpkg-src/mathomatic/mathomatic.spec 19 Jul 2005 17:46:26 -0000 1.45 +++ openpkg-src/mathomatic/mathomatic.spec 20 Jul 2005 19:26:07 -0000 1.46 @@ -33,7 +33,7 @@ Group: Algorithm License: Open Source Version: 12.4.5 -Release: 20050719 +Release: 20050720 # list of sources Source0: http://www.panix.com/~gesslein/mathomatic-%{version}.tgz @@ -67,7 +67,7 @@ CC="%{l_cc}" \ CFLAGS='%{l_cflags -O} %{l_cppflags} -DUNIX -DREADLINE -DVERSION=\"%{version}\"' \ LDFLAGS="%{l_ldflags}" \ - LIBS="-lreadline -lcurses -lm" + LIBS="-lreadline -lncurses -lm" %install rm -rf $RPM_BUILD_ROOT @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org