Magellan Linux

Diff of /trunk/core/acl/acl-2.2.47-r2.smage2

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

revision 3104 by niro, Tue Oct 13 13:47:54 2009 UTC revision 3106 by niro, Tue Oct 13 13:50:34 2009 UTC
# Line 41  src_prepare() Line 41  src_prepare()
41   mpatch ${PNAME}-${PVER}-libtool.patch || die   mpatch ${PNAME}-${PVER}-libtool.patch || die
42   mpatch ${PNAME}-${PVER}-only-symlink-when-needed.patch || die   mpatch ${PNAME}-${PVER}-only-symlink-when-needed.patch || die
43    
44   all-abis sed -i \   local abi
45   -e "/^PKG_DOC_DIR/s:@pkg_name@:${PNAME}-${PVER}:" \   for abi in ${MULTILIB_ABIS}
46   -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \   do
47   include/builddefs.in \   cd ${SRCDIR}-${abi}
48   || die   sed -i \
49     -e "/^PKG_DOC_DIR/s:@pkg_name@:${PNAME}-${PVER}:" \
50     -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
51     include/builddefs.in \
52     || die
53    
54   # libtool fixes   # libtool fixes
55   all-abis sed -i -e '/autoconf/d' -e 's@default: $(CONFIGURE)@default:@' Makefile || die   sed -i -e '/autoconf/d' -e 's@default: $(CONFIGURE)@default:@' Makefile || die
56   all-abis sed -i "/AC_OUTPUT/i\AC_PROG_LIBTOOL" configure.in || die   sed -i "/AC_OUTPUT/i\AC_PROG_LIBTOOL" configure.in || die
57    
58   # libtool will clobber install-sh which is really a custom file   # libtool will clobber install-sh which is really a custom file
59   all-abis mv install-sh attr.install-sh || die   mv install-sh attr.install-sh || die
60   all-abis mlibtoolize --install --force || die   mlibtoolize --install --force || die
61   all-abis mv attr.install-sh install-sh || die   mv attr.install-sh install-sh || die
62   all-abis aclocal -I m4 || die   aclocal -I m4 || die
63   all-abis autoconf || die   autoconf || die
64     done
65  }  }
66    
67  src_compile()  src_compile()

Legend:
Removed from v.3104  
changed lines
  Added in v.3106