X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=blobdiff_plain;f=mutt-LIBOBJ.patch;fp=mutt-LIBOBJ.patch;h=0000000000000000000000000000000000000000;hp=458de6723fe4353dbe7584be75d2f3b4d0c7d2c0;hb=fa12ce9274c9e18c4c5a7f3a068f575bdbac52d9;hpb=f9e66fca69dda9ee658c1d285921a4f602c8a958 diff --git a/mutt-LIBOBJ.patch b/mutt-LIBOBJ.patch deleted file mode 100644 index 458de67..0000000 --- a/mutt-LIBOBJ.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- mutt-1.5.4/configure.in.orig Thu Mar 20 17:34:41 2003 -+++ mutt-1.5.4/configure.in Thu Mar 20 17:43:44 2003 -@@ -339,8 +339,7 @@ - AC_CHECK_FUNCS(snprintf, , [mutt_cv_snprintf=yes]) - AC_CHECK_FUNCS(vsnprintf, , [mutt_cv_snprintf=yes]) - if test $mutt_cv_snprintf = yes; then --# AC_LIBOBJ(snprintf) -- LIBOBJS="$LIBOBJS snprintf.o" -+ AC_LIBOBJ(snprintf) - fi - - dnl SCO uses chsize() instead of ftruncate() -@@ -372,8 +371,7 @@ - - if test $mutt_cv_regex = yes; then - AC_DEFINE(USE_GNU_REGEX,1,[ Define if you want to use the included regex.c. ]) --### AC_LIBOBJ(regex) -- LIBOBJS="$LIBOBJS regex.o" -+ AC_LIBOBJ(regex) - fi - -