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

(-)Makefile (-4 lines)
Lines 39-48 Link Here
39
39
40
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
41
41
42
.if ${OSVERSION} < 500000
43
EXTRA_PATCHES+=	${PATCHDIR}/extra-amarok_src_expression.h
44
.endif
45
46
CONFIGURE_ARGS+=--without-exscalibar \
42
CONFIGURE_ARGS+=--without-exscalibar \
47
		--with-mp4v2 \
43
		--with-mp4v2 \
48
		--with-mp4v2-dir=${PREFIX} \
44
		--with-mp4v2-dir=${PREFIX} \
(-)files/extra-amarok_src_expression.h (-16 lines)
Removed Link Here
1
2
$FreeBSD: ports/audio/amarok/files/extra-amarok_src_expression.h,v 1.1 2006/08/02 12:09:59 mich Exp $
3
4
--- amarok/src/expression.h.orig
5
+++ amarok/src/expression.h
6
@@ -27,8 +27,8 @@
7
 {
8
     QString field;
9
     QString text;
10
-    bool negate: 1;
11
-    enum { Contains, Less, More } match: 2;
12
+    bool negate;
13
+    enum { Contains, Less, More } match;
14
     expression_element(): negate( false ), match( Contains ) { }
15
 };
16
 typedef QValueVector<expression_element> or_list;

Return to bug 111647