Magellan Linux

Diff of /trunk/core/netpbm/netpbm-10.46.0-r1.smage2

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

revision 1466 by niro, Fri May 8 06:28:18 2009 UTC revision 1467 by niro, Fri May 8 06:36:47 2009 UTC
# Line 23  sminclude mtools svn Line 23  sminclude mtools svn
23  SRC_URI=(  SRC_URI=(
24  # http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}  # http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
25  # mirror://${PNAME}/${SRCFILE}  # mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-10.37-build.patch
27  )  )
28    
29  # check svn on sourceforge  # check svn on sourceforge
# Line 36  src_prepare() Line 37  src_prepare()
37   svn_fetch_source || die   svn_fetch_source || die
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40     # fix some build issues
41     mpatch ${PNAME}-10.37-build.patch || die
42    
43   cp Makefile.config.in Makefile.config || die   cp Makefile.config.in Makefile.config || die
44    
45   # fix prelink, add -fPIC and *really* fixes 64bit builds   # fix prelink, add -fPIC and *really* fixes 64bit builds

Legend:
Removed from v.1466  
changed lines
  Added in v.1467