diff options
author | hira <hira@pkgsrc.org> | 2007-02-27 11:55:57 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-02-27 11:55:57 +0000 |
commit | 4b2fe80c0b309bbf9c418be748c98d690437d277 (patch) | |
tree | 19089b76f0938552dbb97bc36e66e1c4bec9b52a /misc/openoffice2/patches/patch-bc | |
parent | a028058bed1a3623566d21084d9bd9e4c89b9dc8 (diff) | |
download | pkgsrc-4b2fe80c0b309bbf9c418be748c98d690437d277.tar.gz |
Import OpenOffice.org 2.1.0 for build.
This fixes a lot of bugs and adds a lot of new features since 1.1.5.
Guide to New Features:
http://marketing.openoffice.org/2.0/featureguide.html
Release Note:
http://development.openoffice.org/releases/2.1.0.html
Diffstat (limited to 'misc/openoffice2/patches/patch-bc')
-rw-r--r-- | misc/openoffice2/patches/patch-bc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice2/patches/patch-bc b/misc/openoffice2/patches/patch-bc new file mode 100644 index 00000000000..002ae00513a --- /dev/null +++ b/misc/openoffice2/patches/patch-bc @@ -0,0 +1,13 @@ +$NetBSD: patch-bc,v 1.1.1.1 2007/02/27 11:55:57 hira Exp $ + +--- ../portaudio/portaudio_v18_1.patch.orig 2007-02-19 01:22:02.000000000 +0900 ++++ ../portaudio/portaudio_v18_1.patch 2007-02-19 01:22:28.000000000 +0900 +@@ -98,7 +98,7 @@ + + #ifdef __linux__ + #include <linux/soundcard.h> +-+ #elif defined (__FreeBSD__) +++ #elif defined (__FreeBSD__) || defined (__NetBSD__) + + #include <sys/soundcard.h> + #else + #include <machine/soundcard.h> /* JH20010905 */ |