aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-05-03 01:21:40 +0000
committerSteve Wills <swills@FreeBSD.org>2011-05-03 01:21:40 +0000
commit5a4c6a87bfcd5aa71769edf62e3224deb2305615 (patch)
tree8d85f43f44eabf82f8d3a4a2e3066f7ba696295b /audio
parent2266d39541c019db405080eaf0c7a1fc8319ecdd (diff)
downloadports-5a4c6a87bfcd5aa71769edf62e3224deb2305615.tar.gz
ports-5a4c6a87bfcd5aa71769edf62e3224deb2305615.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/ruby-freedb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile
index 89384799fd80..0d0714b02c1a 100644
--- a/audio/ruby-freedb/Makefile
+++ b/audio/ruby-freedb/Makefile
@@ -25,6 +25,9 @@ INSTALL_TARGET= site-install
DOCS= CHANGELOG README doc
EXAMPLES= examples/*.rb
+post-patch:
+ ${REINPLACE_CMD} -E -e "s,RSTRING\(([^)]+)\)->ptr,RSTRING_PTR(\1),g" ${WRKSRC}/freedb_cdrom.c
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}