pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/smimemsg this blindly calls "gcc" so use buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e73b8ed5156
branches:  trunk
changeset: 477150:2e73b8ed5156
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 27 11:40:07 2004 +0000

description:
this blindly calls "gcc" so use buildlink3 so it uses the compiler
wrappers.

diffstat:

 security/smimemsg/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c4efbdda999e -r 2e73b8ed5156 security/smimemsg/Makefile
--- a/security/smimemsg/Makefile        Sun Jun 27 08:52:01 2004 +0000
+++ b/security/smimemsg/Makefile        Sun Jun 27 11:40:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:25:34 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/27 11:40:07 grant Exp $
 #
 
 DISTNAME=      smimemsg15
@@ -11,7 +11,8 @@
 COMMENT=       Generate and read S/MIME messages
 
 WRKSRC=                ${WRKDIR}/smimemsg
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
 
 RESTRICTED=             "Source code redistribution is not permitted.consult okuno%mars.elcom.nitech.ac.jp@localhost."
 NO_SRC_ON_FTP=          ${RESTRICTED}



Home | Main Index | Thread Index | Old Index