aboutsummaryrefslogtreecommitdiff
path: root/audio/cantus_3
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-03-27 06:39:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-03-27 06:39:18 +0000
commit9a4be92bffdfe8cceae9f67f5b2d477f36d25cb0 (patch)
tree6b3479e6c6b49c074fe0373f464a0e5f47818d86 /audio/cantus_3
parent19352eb39f25c67517e51e27a3d025a1a47aa304 (diff)
downloadports-9a4be92bffdfe8cceae9f67f5b2d477f36d25cb0.tar.gz
ports-9a4be92bffdfe8cceae9f67f5b2d477f36d25cb0.zip
Notes
Diffstat (limited to 'audio/cantus_3')
-rw-r--r--audio/cantus_3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile
index ef7db33aa190..5103a8d7511f 100644
--- a/audio/cantus_3/Makefile
+++ b/audio/cantus_3/Makefile
@@ -39,6 +39,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|-ldl||;s|-lrt||' ${WRKSRC}/source/cantus/Makefile.in
@${REINPLACE_CMD} -e 's|PACKAGE_LIB_DIR "cantus-3.glade"|PACKAGE_DATA_DIR "/cantus/glade/cantus.glade"|'\
${WRKSRC}/source/cantus/gui_controller.cc
+ @${FIND} ${WRKSRC} -name "*.h" -o -name "*.cc" | ${XARGS} \
+ ${REINPLACE_CMD} -e 's|SigC::Slot3|sigc::slot3|g ; \
+ s|SigC::Signal|sigc::signal|g ; \
+ s|SigC::Object|sigc::trackable|g'
.include <bsd.port.pre.mk>