Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-aa,v 1.3 2007/06/30 18:31:52 joerg Exp $
--- src/target.h.orig 2004-01-25 19:01:20.000000000 +0000
+++ src/target.h
@@ -66,6 +66,11 @@ typedef double float64; /* Type for 64
#define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (FreeBSD) 25/01/2004"
#endif
+#ifdef __DragonFly__
+#define TARGET_FREEBSD
+#define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (DragonFly) 25/01/2004"
+#endif
+
#ifdef __OpenBSD__
#define TARGET_OPENBSD
#define TARGET_UNIX