From 487b70de8a1b95be48da0b0ee17bc6bf547480f2 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 6 Feb 2006 14:37:43 +0000 Subject: Readd "libc" hack (which wasn't removed completely anyway) to fix broken build under Mac OS X. --- mail/elm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail/elm') diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 379383e2bc8..b406472db03 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/02/05 23:09:54 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2006/02/06 14:37:43 tron Exp $ DISTNAME= elm2.5.8 PKGNAME= elm-2.5.8 @@ -22,6 +22,12 @@ USE_TOOLS= nroff .include "../../mk/bsd.prefs.mk" +.if (${OPSYS} == Darwin) +LIBC= /usr/lib/libSystem.dylib +.else +LIBC= /usr/lib/libc.so +.endif + pre-configure: ${CP} ${FILESDIR}/config.sh ${WRKSRC}/config.sh.orig ${SED} -e 's:PREFIX:${PREFIX}:g' \ -- cgit v1.2.3