summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-02-06 14:37:43 +0000
committertron <tron@pkgsrc.org>2006-02-06 14:37:43 +0000
commit487b70de8a1b95be48da0b0ee17bc6bf547480f2 (patch)
treed9e4e261d2a911027fda2e75e923e36ce0feb24d /mail/elm
parent7d52525e97dde2e62c5a691d21dc288f9ca7991a (diff)
downloadpkgsrc-487b70de8a1b95be48da0b0ee17bc6bf547480f2.tar.gz
Readd "libc" hack (which wasn't removed completely anyway) to fix
broken build under Mac OS X.
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/Makefile8
1 files changed, 7 insertions, 1 deletions
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' \