23 lines
778 B
Diff
23 lines
778 B
Diff
|
--- courier-authlib-0.60.6.ebuild 2008-07-20 12:12:58.339434681 -0400
|
||
|
+++ courier-authlib-0.60.6-r1.ebuild 2008-07-20 12:14:03.991435094 -0400
|
||
|
@@ -63,16 +63,11 @@
|
||
|
sed -i -e"s|@@INDENT@@| |g" authmigrate.in || die "sed failed"
|
||
|
sed -i -e"s|\$sbindir/makeuserdb||g" authmigrate.in || die "sed failed"
|
||
|
|
||
|
- sed -i -e 's:AC_LIBLTDL_INSTALLABLE:AC_LIBLTDL_CONVENIENCE:' configure.in \
|
||
|
+ sed -i -e 's|\(AC_CONFIG_SUBDIRS[[:space:]]*(.*\)libltdl|\1|' \
|
||
|
+ -e 's:AC_LIBLTDL_INSTALLABLE:AC_LIB_LTDL:' configure.in \
|
||
|
|| die "fixing libltdl call failed"
|
||
|
|
||
|
- local d
|
||
|
- for d in $(find -name configure.in) ; do
|
||
|
- [[ ${d} == */libltdl/* ]] && continue
|
||
|
- cd "${S}"/${d%configure.in}
|
||
|
- AT_NO_RECURSIVE="yes" AT_NOELIBTOOLIZE="yes" eautoreconf
|
||
|
- done
|
||
|
-
|
||
|
+ eautoreconf
|
||
|
elibtoolize
|
||
|
}
|
||
|
|