pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/elm Readd "libc" hack (which wasn't removed compl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c54636f9f564
branches:  trunk
changeset: 507670:c54636f9f564
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Feb 06 14:37:43 2006 +0000

description:
Readd "libc" hack (which wasn't removed completely anyway) to fix
broken build under Mac OS X.

diffstat:

 mail/elm/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 21826134f2ee -r c54636f9f564 mail/elm/Makefile
--- a/mail/elm/Makefile Mon Feb 06 14:29:23 2006 +0000
+++ b/mail/elm/Makefile Mon Feb 06 14:37:43 2006 +0000
@@ -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 @@
 
 .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' \



Home | Main Index | Thread Index | Old Index