summaryrefslogtreecommitdiff
path: root/cad/spice/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-01-11 22:26:01 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-01-11 22:26:01 +0000
commit06f1d5d7396788459c851a73af91c138ac2afbc2 (patch)
treed06e61d5d9f029eef9e60368ad6a2d3ecf555ce8 /cad/spice/patches
parent8f8ff801c04841a9613230cb42f37256c60eca56 (diff)
downloadpkgsrc-06f1d5d7396788459c851a73af91c138ac2afbc2.tar.gz
remove readline support per pkg/28829. readline and spice licenses were
not compatible.
Diffstat (limited to 'cad/spice/patches')
-rw-r--r--cad/spice/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/spice/patches/patch-ad b/cad/spice/patches/patch-ad
index 497b690818c..fd4068887a5 100644
--- a/cad/spice/patches/patch-ad
+++ b/cad/spice/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.2 1999/10/01 17:05:15 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.3 2005/01/11 22:26:01 dmcmahill Exp $
--- src/include/os_bsd.h.orig Sat Apr 24 19:09:46 1993
+++ src/include/os_bsd.h Thu Sep 30 12:02:51 1999
@@ -31,5 +31,5 @@ $NetBSD: patch-ad,v 1.2 1999/10/01 17:05:15 dmcmahill Exp $
+#define HAS_STRCHR /* strchr( ) instead of index( ) */
+#define HAS_LIMITS_H /* limits.h exists */
+#define HAS_INTWAITSTATUS /* wait(int *status) */
-+#define HAS_GNUREADLINE /* compile in readline support */
++/*#define HAS_GNUREADLINE*/ /* compile in readline support */
+#endif