diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-28 19:08:56 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-28 19:08:56 +0000 |
commit | c9d7a4863d4341c040bd758bd24d3f483618e58d (patch) | |
tree | 72d8c49228212acaa55476512f5d1d61253ea23b /audio | |
parent | a51bacbeb2d7d2a7947ccfb7068a7ce6938cedcf (diff) | |
download | FreeBSD-ports-c9d7a4863d4341c040bd758bd24d3f483618e58d.zip FreeBSD-ports-c9d7a4863d4341c040bd758bd24d3f483618e58d.tar.gz |
- Unbreak and Fix build
PR: 122929
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ccaudio/Makefile | 2 | ||||
-rw-r--r-- | audio/ccaudio/files/patch-src-audio.h | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index 071dac1..7d6f5b6 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -16,8 +16,6 @@ COMMENT= C++ class framework for manipulating audio files LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp -BROKEN= fails to compile - USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget GNU_CONFIGURE= yes diff --git a/audio/ccaudio/files/patch-src-audio.h b/audio/ccaudio/files/patch-src-audio.h new file mode 100644 index 0000000..9ed4e5c --- /dev/null +++ b/audio/ccaudio/files/patch-src-audio.h @@ -0,0 +1,13 @@ +--- src/audio.h.orig 2008-04-20 13:44:11.457927908 +0200 ++++ src/audio.h 2008-04-20 13:45:31.343228414 +0200 +@@ -53,6 +53,10 @@ + namespace ost { + #endif + ++#ifndef CCXX_CLASS_EXPORT ++#define CCXX_CLASS_EXPORT __EXPORT ++#endif ++ + #define AUDIO_SIGNED_LINEAR_RAW 1 + #define AUDIO_LINEAR_CONVERSION 1 + #define AUDIO_CODEC_MODULES 1 |