pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw On QNX libtool wasn't inferring the tag a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec288ec5d25c
branches:  trunk
changeset: 574573:ec288ec5d25c
user:      seanb <seanb%pkgsrc.org@localhost>
date:      Tue Apr 20 12:52:00 2010 +0000

description:
On QNX libtool wasn't inferring the tag and sysexits is needed.

diffstat:

 mail/imap-uw/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r df4f2706ae5b -r ec288ec5d25c mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Tue Apr 20 10:27:11 2010 +0000
+++ b/mail/imap-uw/Makefile     Tue Apr 20 12:52:00 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2010/01/25 23:04:49 tron Exp $
+# $NetBSD: Makefile,v 1.133 2010/04/20 12:52:00 seanb Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -24,8 +24,8 @@
 
 USE_LIBTOOL=           yes
 MAKE_ENV+=             LIBTOOL=libtool
-MAKE_ENV+=             LTCOMPILE="libtool --mode=compile"
-MAKE_ENV+=             LTLINK="libtool --mode=link"
+MAKE_ENV+=             LTCOMPILE="libtool --tag=CC --mode=compile"
+MAKE_ENV+=             LTLINK="libtool --tag=CC --mode=link"
 LTINSTALL_PROGRAM=     ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_PROGRAM}
 LTINSTALL_LIB=         ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_LIB}
 
@@ -160,4 +160,6 @@
        ${FIND} ${DOCDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
        ${FIND} ${DOCDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
 
+.include "../../devel/sysexits/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index