summaryrefslogtreecommitdiffstats
path: root/audio/tracker
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tracker')
-rw-r--r--audio/tracker/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile
index 85859cf..1d5615d 100644
--- a/audio/tracker/Makefile
+++ b/audio/tracker/Makefile
@@ -18,6 +18,11 @@ RESTRICTED= "Non-redistributable beta"
WRKSRC= ${WRKDIR}/tracker
INSTALL_TARGET= install install.info
+post-patch:
+ @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \
+ ${WRKSRC}/Arch/PCux/audio.c > ${WRKSRC}/Arch/PCux/audio.c.new
+ @${MV} ${WRKSRC}/Arch/PCux/audio.c.new ${WRKSRC}/Arch/PCux/audio.c
+
post-install:
@install-info ${PREFIX}/info/tracker.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
OpenPOWER on IntegriCloud