Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/slv2/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 31 Aug 2011 21:43:16 -0000 1.4 +++ Makefile 31 Oct 2011 21:12:11 -0000 @@ -7,6 +7,7 @@ PORTNAME= slv2 PORTVERSION= 0.6.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ @@ -25,6 +26,7 @@ USE_PYTHON_BUILD= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +PATCH_STRIP= -p1 .include Index: files/patch-raptor2 @@ -0,0 +1,22 @@ +--- a/src/value.c ++++ b/src/value.c +@@ -22,7 +22,7 @@ + #include + #include + #include +-#include ++#include + #include "slv2/types.h" + #include "slv2/value.h" + #include "slv2_internal.h" +--- a/src/scalepoint.c ++++ b/src/scalepoint.c +@@ -22,7 +22,7 @@ + #include + #include + #include +-#include ++#include + #include "slv2/types.h" + #include "slv2/value.h" + #include "slv2_internal.h"