From 150f95d6c2222efd349a758f6a8ab838316ed696 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 29 Sep 2002 07:55:30 +0000 Subject: Fix build (remove bogus *alloc declarations) Submitted by: Adam Weinberger PR: ports/41101 --- editors/xed/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors') diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 850b8fbf39e8..455c1258a50b 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -17,6 +17,10 @@ MAINTAINER= shanee@augusta.de USE_IMAKE= yes USE_XPM= yes +USE_REINPLACE=yes MAN1= xed.1 +pre-build: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ + 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g' .include -- cgit