From 843b696822e442afbab108e111ef3454dc8a7d74 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 29 Mar 2002 23:44:05 +0000 Subject: Fix build on -current (malloc.h). PR: 36499 Submitted by: maintainer --- comms/mwavem/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'comms/mwavem/Makefile') diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index bbb2ec5a1f4e..d04cf9088980 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -28,6 +28,9 @@ SLEEP= /bin/sleep pre-build: ${PERL} -pi.orig -e "s@ /modules@ ${PREFIX}/share/mwavem@g" ${WRKSRC}/src/drivers/Makefile + ${PERL} -pi.orig -e "s@#include \n@@g" \ + ${WRKSRC}/src/mwmbl/mwblapi.c \ + ${WRKSRC}/src/mwwtt32/mwwttbl.c pre-install: ${MKDIR} ${DATADIR} -- cgit v1.2.3