View | Details | Raw Unified | Return to bug 122929
Collapse All | Expand All

(-)ccaudio/Makefile (-2 lines)
Lines 16-23 Link Here
16
16
17
LIB_DEPENDS=	ccgnu2:${PORTSDIR}/devel/commoncpp
17
LIB_DEPENDS=	ccgnu2:${PORTSDIR}/devel/commoncpp
18
18
19
BROKEN=		fails to compile
20
21
USE_AUTOTOOLS=	libtool:15
19
USE_AUTOTOOLS=	libtool:15
22
USE_GNOME=	gnometarget
20
USE_GNOME=	gnometarget
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
(-)ccaudio/files/patch-src-audio.h (+13 lines)
Line 0 Link Here
1
--- src/audio.h.orig	2008-04-20 13:44:11.457927908 +0200
2
+++ src/audio.h	2008-04-20 13:45:31.343228414 +0200
3
@@ -53,6 +53,10 @@
4
 namespace ost {
5
 #endif
6
 
7
+#ifndef CCXX_CLASS_EXPORT
8
+#define CCXX_CLASS_EXPORT __EXPORT
9
+#endif
10
+
11
 #define	AUDIO_SIGNED_LINEAR_RAW	1
12
 #define	AUDIO_LINEAR_CONVERSION 1
13
 #define	AUDIO_CODEC_MODULES	1

Return to bug 122929