summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/amarok-kde4/Makefile4
-rw-r--r--audio/amarok-kde4/files/extra-amarok_src_expression.h16
-rw-r--r--audio/amarok/Makefile4
-rw-r--r--audio/amarok/files/extra-amarok_src_expression.h16
4 files changed, 0 insertions, 40 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index 478f42b55f3a..25c6d8a3dd96 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/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-kde4/files/extra-amarok_src_expression.h b/audio/amarok-kde4/files/extra-amarok_src_expression.h
deleted file mode 100644
index 47b874c41315..000000000000
--- a/audio/amarok-kde4/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;
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;