summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-13 19:38:26 +0000
committerjlam <jlam>2004-03-13 19:38:26 +0000
commitafb4f75beba0ce463152d8b40bc27cf911dfe178 (patch)
treef161f401dd4932736102ccaa1f295b7c682f26f0 /pkgtools/digest
parent4cb9eb2a861db3eac913697736126f3a8f34b53a (diff)
downloadpkgsrc-afb4f75beba0ce463152d8b40bc27cf911dfe178.tar.gz
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 (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 0c4d033ad24..5d1a3d6ecea 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -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 @@ GNU_CONFIGURE= # defined
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}' \