summaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2007-04-19 11:18:25 +0000
committerMichael Landin <mich@FreeBSD.org>2007-04-19 11:18:25 +0000
commitcbd649feb4d49448b52313bea82b00923fe3dba4 (patch)
treef771de3162be8f2497870fac4707b685d33ef21b /audio/amarok
parent- Remove empty "updates" dir (diff)
- Cleanup non-supported FreeBSD versions
Submitted by: edwin PR: ports/111647
Notes
Notes: svn path=/head/; revision=190348
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/Makefile4
-rw-r--r--audio/amarok/files/extra-amarok_src_expression.h16
2 files changed, 0 insertions, 20 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 478f42b55f3a..25c6d8a3dd96 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -39,10 +39,6 @@ OPTIONS= GPOD "iPod support" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES+= ${PATCHDIR}/extra-amarok_src_expression.h
-.endif
-
CONFIGURE_ARGS+=--without-exscalibar \
--with-mp4v2 \
--with-mp4v2-dir=${PREFIX} \
diff --git a/audio/amarok/files/extra-amarok_src_expression.h b/audio/amarok/files/extra-amarok_src_expression.h
deleted file mode 100644
index 47b874c41315..000000000000
--- a/audio/amarok/files/extra-amarok_src_expression.h
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- amarok/src/expression.h.orig
-+++ amarok/src/expression.h
-@@ -27,8 +27,8 @@
- {
- QString field;
- QString text;
-- bool negate: 1;
-- enum { Contains, Less, More } match: 2;
-+ bool negate;
-+ enum { Contains, Less, More } match;
- expression_element(): negate( false ), match( Contains ) { }
- };
- typedef QValueVector<expression_element> or_list;