Magellan Linux

Diff of /trunk/extras/sqlitebrowser/sqlitebrowser-1.3-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3805 by niro, Wed Nov 4 10:03:26 2009 UTC revision 4493 by niro, Wed Dec 23 22:07:55 2009 UTC
# Line 15  DEPEND=">= dev-db/sqlite-3" Line 15  DEPEND=">= dev-db/sqlite-3"
15  SRCFILE="${PNAME}-${PVER}-src.tar.gz"  SRCFILE="${PNAME}-${PVER}-src.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}"  SRCDIR="${BUILDDIR}/${PNAME}"
17    
18  sminclude mbuild mtools xdg qt3  sminclude mtools xdg qt3
19    
20  SRC_URI=(  SRC_URI=(
21   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24    
25  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
26    
27    src_prepare()
28    {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # fix compilation against glibc >=2.10
33     sed -i 's:getline:sqlbrowser_getline:' sqlitebrowser/sqlbrowser_util.c || die
34    }
35    
36  src_compile()  src_compile()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3805  
changed lines
  Added in v.4493