Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/amarok/Makefile,v retrieving revision 1.70 diff -u -r1.70 Makefile --- Makefile 2 Apr 2007 15:46:55 -0000 1.70 +++ Makefile 16 Apr 2007 01:35:26 -0000 @@ -39,10 +39,6 @@ .include -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+= ${PATCHDIR}/extra-amarok_src_expression.h -.endif - CONFIGURE_ARGS+=--without-exscalibar \ --with-mp4v2 \ --with-mp4v2-dir=${PREFIX} \ Index: files/extra-amarok_src_expression.h =================================================================== RCS file: files/extra-amarok_src_expression.h diff -N files/extra-amarok_src_expression.h --- files/extra-amarok_src_expression.h 2 Aug 2006 12:09:59 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ - -$FreeBSD: ports/audio/amarok/files/extra-amarok_src_expression.h,v 1.1 2006/08/02 12:09:59 mich Exp $ - ---- 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 or_list;