diff options
author | wiz <wiz> | 2010-10-25 10:33:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-10-25 10:33:53 +0000 |
commit | d0b634f870eacee48ecec6d776dbc766254b1f99 (patch) | |
tree | 577f17cfe4878222d22455947de9eda34b8d2af2 /devel | |
parent | 44f2ee03e220d6d857a91f9c3411748d86f5c003 (diff) | |
download | pkgsrc-d0b634f870eacee48ecec6d776dbc766254b1f99.tar.gz |
Fix build on Dragonfly. From elekktretterr@exemail.com.au on pkgsrc-users.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/orc/distinfo | 3 | ||||
-rw-r--r-- | devel/orc/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/orc/distinfo b/devel/orc/distinfo index 22878b9c1c4..55962188b47 100644 --- a/devel/orc/distinfo +++ b/devel/orc/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2010/10/16 16:56:23 wiz Exp $ +$NetBSD: distinfo,v 1.5 2010/10/25 10:33:53 wiz Exp $ SHA1 (orc-0.4.11.tar.gz) = e99f684fc551c2bb3a5cdefe6fa5165174508a5f RMD160 (orc-0.4.11.tar.gz) = 03bca8a087064c95978629fa9943b5ff305e8a0d Size (orc-0.4.11.tar.gz) = 676224 bytes +SHA1 (patch-aa) = 85c1b652a886e93e087e42f7f9cc1f6a7a6f5ad6 diff --git a/devel/orc/patches/patch-aa b/devel/orc/patches/patch-aa new file mode 100644 index 00000000000..7ff29459304 --- /dev/null +++ b/devel/orc/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.4 2010/10/25 10:33:53 wiz Exp $ + +Fix typo in OPSYS name. + +--- configure.orig 2010-10-14 22:34:17.000000000 +0000 ++++ configure +@@ -13050,7 +13050,7 @@ $as_echo "#define HAVE_CODEMEM_MALLOC 1" + $as_echo "#define HAVE_CODEMEM_VIRTUALALLOC 1" >>confdefs.h + + ;; +- linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|dragonflybsd*|gnu*) ++ linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|dragonfly*|gnu*) + + $as_echo "#define HAVE_CODEMEM_MMAP 1" >>confdefs.h + |