summaryrefslogtreecommitdiff
path: root/lang/STk/patches/patch-an
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-12 15:04:18 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-12 15:04:18 +0000
commitda188bcd4c47cdd9d95ce21c306ae510dc0116da (patch)
tree9b925d575af65ef5dd3e9f37eae800d9271fcd4e /lang/STk/patches/patch-an
parentbe479b8e9910d92d2d4935ea48217d187c626ae2 (diff)
downloadpkgsrc-da188bcd4c47cdd9d95ce21c306ae510dc0116da.tar.gz
Add DragonFly supoprt. On FreeBSD, dlerror() can be used as well.
Diffstat (limited to 'lang/STk/patches/patch-an')
-rw-r--r--lang/STk/patches/patch-an13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/STk/patches/patch-an b/lang/STk/patches/patch-an
new file mode 100644
index 00000000000..cb6254d0294
--- /dev/null
+++ b/lang/STk/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2006/01/12 15:04:18 joerg Exp $
+
+--- Src/dump.c.orig 2006-01-12 14:35:48.000000000 +0000
++++ Src/dump.c
+@@ -22,7 +22,7 @@
+
+ int STk_dumped_core = 0;
+
+-#if defined (SUNOS4) || defined(FREEBSD) || defined(LINUX)
++#if defined (SUNOS4) || defined(FREEBSD) || defined(LINUX) || defined(DRAGONFLY)
+ static caddr_t current_break = (caddr_t) -1;
+ static long data_size = 0;
+ static long data_start = 0;