pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/totd this blindly calls "gcc" with gcc specific fl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/540cd3c4d7e7
branches:  trunk
changeset: 478512:540cd3c4d7e7
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 25 00:10:38 2004 +0000

description:
this blindly calls "gcc" with gcc specific flags, so use buildlink3 so
we use the wrappers.

diffstat:

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

diffs (19 lines):

diff -r b579c00ea639 -r 540cd3c4d7e7 net/totd/Makefile
--- a/net/totd/Makefile Sun Jul 25 00:06:33 2004 +0000
+++ b/net/totd/Makefile Sun Jul 25 00:10:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/09/22 09:39:59 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/25 00:10:38 grant Exp $
 #
 
 DISTNAME=      totd-1.4
@@ -9,7 +9,8 @@
 HOMEPAGE=      http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
 COMMENT=       DNS proxy that supports IPv6 <==> IPv4 record translation
 
-GNU_CONFIGURE= YES
+USE_BUILDLINK3=        yes
+GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index