summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-18 13:33:40 +0000
committerjlam <jlam>2004-02-18 13:33:40 +0000
commitc8a2fd90b73c914420e9b31021f269ee79cbfae1 (patch)
treee6391a0a29cee2898ed380fe3328cb0b69890ce3 /archivers
parent920811ba4244705fdca01b1f2e99c9104cf6ec5f (diff)
downloadpkgsrc-c8a2fd90b73c914420e9b31021f269ee79cbfae1.tar.gz
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bzip2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index 5f98acebcb3..18428aa4f99 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/02/08 04:03:15 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2004/02/18 13:33:40 jlam Exp $
#
DISTNAME= bzip2-1.0.2
@@ -15,7 +15,7 @@ USE_BUILDLINK3= yes
USE_LIBTOOL= yes
MAKE_ENV+= REALCC="${CC}"
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)
BZIP_CFLAGS= -Wall -Winline -fomit-frame-pointer -fno-strength-reduce