pkgsrc/print/teTeX-bin/patches/patch-aa
minskim ad5bc91e0c Avoid using "union wait" in calling wait(2) if possible. Fall back to
"union wait" only when sys/wait.h is not POSIX-compliant.
2004-10-11 04:54:05 +00:00

14 lines
494 B
Text

$NetBSD: patch-aa,v 1.4 2004/10/11 04:54:05 minskim Exp $
--- texk/configure.in.orig Mon Jan 13 11:32:40 2003
+++ texk/configure.in
@@ -29,6 +29,9 @@ dnl Pass this down from the top level so
dnl install kpathsea a command line value is propagated.
AC_PROG_INSTALL
+AC_CONFIG_HEADER(ac_config.h)
+AC_HEADER_SYS_WAIT
+
dnl If the other programs ever acquire their own --with or --enable
dnl options, they must be added, so configure --help at the top level
dnl will show all the options.