From 25a6d6daaed5b6db8c6bb1668ee00ea7eb6997d5 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 26 Oct 2003 06:50:10 +0000 Subject: replace with , allowing this to build on systems without a working , eg. FreeBSD 5.x. --- graphics/aalib/Makefile.common | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'graphics/aalib') diff --git a/graphics/aalib/Makefile.common b/graphics/aalib/Makefile.common index 5e9cb77f43c..e04e3306b64 100644 --- a/graphics/aalib/Makefile.common +++ b/graphics/aalib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2003/09/17 19:40:26 grant Exp $ +# $NetBSD: Makefile.common,v 1.10 2003/10/26 06:50:10 grant Exp $ DISTNAME= aalib-${DIST_VERS} WRKSRC= ${WRKDIR}/aalib-1.4.0 @@ -22,4 +22,12 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_PKGSRC_GCC= # defined .endif +.if !target(post-patch) +post-patch: + @for f in `${FIND} ${WRKSRC} -name '*.[ch]'`; do \ + ${SED} -e "s|||g" $$f > $$f.patch \ + && ${MV} $$f.patch $$f; \ + done +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3