aboutsummaryrefslogtreecommitdiff
path: root/audio/ario
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
commit7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch)
tree961839899dce7f75292a08c079f548973bdbd40d /audio/ario
parent85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff)
downloadports-7887c684adab042fed1bfcba2e91589ecd17c4a8.tar.gz
ports-7887c684adab042fed1bfcba2e91589ecd17c4a8.zip
Notes
Diffstat (limited to 'audio/ario')
-rw-r--r--audio/ario/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile
index 267b20c3215f..e21211950c1e 100644
--- a/audio/ario/Makefile
+++ b/audio/ario/Makefile
@@ -47,4 +47,11 @@ CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --disable-nls
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|glib/gslist.h|glib.h|g ; \
+ s|glib/gkeyfile.h>|glib.h>|g' \
+ ${WRKSRC}/src/ario-util.h \
+ ${WRKSRC}/src/plugins/ario-plugin-info.c \
+ ${WRKSRC}/src/ario-profiles.h
+
.include <bsd.port.mk>