pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ipv6calc USE_BUIDLINK2, not USE_BUILDLINK (hi tron!).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/240820da4445
branches:  trunk
changeset: 463153:240820da4445
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Oct 30 10:28:58 2003 +0000

description:
USE_BUIDLINK2, not USE_BUILDLINK (hi tron!).
Fixes build with gcc3 from pkgsrc.
Style nits.

diffstat:

 net/ipv6calc/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r cd35b0185d78 -r 240820da4445 net/ipv6calc/Makefile
--- a/net/ipv6calc/Makefile     Thu Oct 30 10:27:52 2003 +0000
+++ b/net/ipv6calc/Makefile     Thu Oct 30 10:28:58 2003 +0000
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.17 2003/10/14 23:46:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.18 2003/10/30 10:28:58 salo Exp $
+#
 
 DISTNAME=      ipv6calc-0.46
 CATEGORIES=    net
@@ -11,11 +12,13 @@
 # This package does not set or evaluate USE_INET6, but it should still
 # be listed in README-IPv6.html. Leave this comment here to make it so!
 
-GNU_CONFIGURE= yes
-USE_BUILDLINK= yes
-USE_GMAKE=     yes
+GNU_CONFIGURE= YES
+USE_BUILDLINK2=        YES
+USE_GMAKE=     YES
+
 MAKE_ENV+=     root=${PREFIX}
 INSTALL_TARGET=        installonly
 
 .include "../../security/openssl/buildlink2.mk"
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index