diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-18 13:33:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-18 13:33:40 +0000 |
commit | efa1ab70ba871ae157aeaa0b56ad9a331eb91e69 (patch) | |
tree | e6391a0a29cee2898ed380fe3328cb0b69890ce3 /archivers/bzip2 | |
parent | c40ee95964564e28bc4d27851d406f8cd0048057 (diff) | |
download | pkgsrc-efa1ab70ba871ae157aeaa0b56ad9a331eb91e69.tar.gz |
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
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 |