From 9da515ee47165aec61cb8137029c868edc28ebb5 Mon Sep 17 00:00:00 2001 From: petef Date: Fri, 7 Jun 2002 02:21:52 +0000 Subject: machine/soundcard.h -> sys/soundcard.h Submitted by: bento --- audio/fmio/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'audio/fmio') diff --git a/audio/fmio/Makefile b/audio/fmio/Makefile index 581c469677e..eab5d913a9f 100644 --- a/audio/fmio/Makefile +++ b/audio/fmio/Makefile @@ -16,6 +16,11 @@ MAINTAINER= kunia@istc.kiev.ua MAN1= fmio.1 MANCOMPRESSED= no +post-patch: + @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \ + ${WRKSRC}/mixer.c > ${WRKSRC}/mixer.c.new + @${MV} ${WRKSRC}/mixer.c.new ${WRKSRC}/mixer.c + pre-build: .if !defined(WITH_BKTR) @${ECHO_MSG} -- cgit