Ticket #60963: patch-texk_kpathsea_configure.diff

File patch-texk_kpathsea_configure.diff, 559 bytes (added by snowflake (Dave Evans), 4 years ago)

Patch for configure in text/kpathsea

  • texk/kpathsea/configure

    old new  
    1405714057  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1405814058/* end confdefs.h.  */
    1405914059#include <stdarg.h>
     14060#include <stdio.h>
    1406014061                                                  char buf[16];
    1406114062                                                  va_list ap;
    1406214063int
     
    1408614087else
    1408714088  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1408814089/* end confdefs.h.  */
     14090#include <stdio.h>
    1408914091char buf[4] = "abc";
    1409014092int
    1409114093main ()