NetBSD patches were apparently merged in version 1.1.7 Since then, several releases have been made, so that the list of changes is too extensive to be included here. Please see ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/NEWS and/or the documentation in this package. This addresses PR pkg/18962 by Mr. Jan Schaumann.
16 lines
431 B
Text
16 lines
431 B
Text
$NetBSD: patch-ae,v 1.2 2002/11/13 20:15:12 jschauma Exp $
|
|
|
|
--- EnginePl/gp_config.h.orig Wed Nov 13 13:35:46 2002
|
|
+++ EnginePl/gp_config.h Wed Nov 13 13:36:56 2002
|
|
@@ -30,7 +30,10 @@
|
|
/* #undef HAVE_SYS_IOCTL_COMPAT_H */
|
|
|
|
/* Define if you have termios.h */
|
|
-#define HAVE_TERMIOS_H 1
|
|
+#undef HAVE_TERMIOS_H
|
|
+
|
|
+/* Define if you have termio.h */
|
|
+#undef HAVE_TERMIO_H
|
|
|
|
/* Define if you have termios.h */
|
|
#define HAVE_MALLOC_H 1
|