pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/digest Set USE_NATIVE_GCC in digest to avoid ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57d1aebad9a6
branches:  trunk
changeset: 470958:57d1aebad9a6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Mar 13 19:38:26 2004 +0000

description:
Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem with
possibly depending on gcc.

XXX This should be removed after digest-handling has been changed to be
XXX done by BUILD_DEPENDS.

diffstat:

 pkgtools/digest/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 00174b9082ad -r 57d1aebad9a6 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Sat Mar 13 19:12:26 2004 +0000
+++ b/pkgtools/digest/Makefile  Sat Mar 13 19:38:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/01/26 21:26:53 agc Exp $
+# $NetBSD: Makefile,v 1.40 2004/03/13 19:38:26 jlam Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
@@ -20,6 +20,11 @@
 NO_PKGTOOLS_REQD_CHECK=        # defined
 NO_CHECKSUM=           # defined
 
+# XXX Remove the following line after digest-handling is changed to be
+# XXX done by BUILD_DEPENDS.
+# XXX
+USE_NATIVE_GCC=                yes
+
 .include "../../mk/bsd.prefs.mk"
 
 VERSION!=      ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \



Home | Main Index | Thread Index | Old Index