From 99b8b64f4da3dcbcad1d6eda2659220e80a88d86 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 18 Apr 2004 06:12:16 +0000 Subject: - Fix build on 4-x --- comms/gnokii/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comms') diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index a0560909a41d..d85c6dfbf117 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -103,6 +103,10 @@ post-patch: @${REINPLACE_CMD} -E -e "s:^(#ifdef.*)__OpenBSD__:\1__FreeBSD__:" \ ${WRKSRC}/${f} .endfor +.if ${OSVERSION} <= 500027 + @${FIND} ${WRKSRC}/src -type f | ${XARGS} ${REINPLACE_CMD} \ + -e 's|||' +.endif post-build: .if defined(WITH_SMSD) -- cgit v1.2.3