diff options
author | hasso <hasso> | 2009-07-20 18:18:10 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-07-20 18:18:10 +0000 |
commit | 0554c58d9c0124eb7b1ddf16dc620cb61a15933a (patch) | |
tree | 15773c70aec36307edb1bd36ea8cb78e2d9cf55e /lang | |
parent | aa7acc6dd01b825ca05150b71079a27332cbda39 (diff) | |
download | pkgsrc-0554c58d9c0124eb7b1ddf16dc620cb61a15933a.tar.gz |
Make it build on DragonFly and (probably) FreeBSD.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gambc/distinfo | 3 | ||||
-rw-r--r-- | lang/gambc/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/gambc/distinfo b/lang/gambc/distinfo index 730785cfb28..358d749e5ca 100644 --- a/lang/gambc/distinfo +++ b/lang/gambc/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2008/07/16 07:14:36 bjs Exp $ +$NetBSD: distinfo,v 1.3 2009/07/20 18:18:10 hasso Exp $ SHA1 (gambc-v4_2_8.tgz) = 785cb0667c7bfb554cd584413eed8bdb9f4a6077 RMD160 (gambc-v4_2_8.tgz) = ae51ee03c9fcd6da55102e4cf2d72b2e48161d70 Size (gambc-v4_2_8.tgz) = 14255377 bytes SHA1 (patch-aa) = 73f5408fbfda26e7fca5f3547d68af1809107959 +SHA1 (patch-ab) = d49f8dc9d33648536bc34f0efec88f2e6ee8c2c8 diff --git a/lang/gambc/patches/patch-ab b/lang/gambc/patches/patch-ab new file mode 100644 index 00000000000..eb41517f85b --- /dev/null +++ b/lang/gambc/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2009/07/20 18:18:11 hasso Exp $ + +--- lib/os.h.orig 2009-07-20 19:29:42 +0300 ++++ lib/os.h 2009-07-20 19:30:15 +0300 +@@ -847,6 +847,8 @@ ___END_C_LINKAGE + #define INCLUDE_pty_h + #undef INCLUDE_util_h + #define INCLUDE_util_h ++#undef INCLUDE_libutil_h ++#define INCLUDE_libutil_h + #endif + + #ifdef USE_tcgetattr |