tech-pkg archive

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

imap-uw



Hi:

On QNX libtool isn't inferring the tag and sysexits is
needed.  Any concerns with the following diff before
I commit?

Thanks,

-seanb
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/imap-uw/Makefile,v
retrieving revision 1.132
diff -u -r1.132 Makefile
--- Makefile    25 Jan 2010 23:04:49 -0000      1.132
+++ Makefile    19 Apr 2010 18:08:49 -0000
@@ -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}
 
@@ -71,6 +71,8 @@
 
 .include "options.mk"
 
+.include "../../devel/sysexits/buildlink3.mk"
+
 # The defaults for these values are set in pkgsrc/mk/defaults/mk.conf.
 #IMAP_UW_CCLIENT_MBOX_FMT?=    unix
 #IMAP_UW_MAILSPOOLHOME?=       .Mailbox


Home | Main Index | Thread Index | Old Index