diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-02 22:24:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-02 22:24:03 +0000 |
commit | 6c108fbaa4877423910df86c9252f6381b531a2e (patch) | |
tree | 937ccd14036da9362711cc9b5a53597d15bd87e7 /mk | |
parent | d496a4ff64615324c67d78bcdf9220f8cf3d04ad (diff) | |
download | pkgsrc-6c108fbaa4877423910df86c9252f6381b531a2e.tar.gz |
I think this might fix gcc47-libs.
XXX: Proper infrastructure support for gcc48 might need more work.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/compiler/gcc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index 38963511d62..3a8a7968cc1 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.132 2013/04/01 21:06:57 wiz Exp $ +# $NetBSD: gcc.mk,v 1.133 2013/04/02 22:24:03 wiz Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -109,7 +109,7 @@ GCC_REQD+= 20120614 # _GCC_DIST_VERSION is the highest version of GCC installed by the pkgsrc # without the PKGREVISIONs. # -.include "../../lang/gcc48/version.mk" +.include "../../lang/gcc47/version.mk" _GCC_DIST_VERSION:= ${GCC_DIST_VERSION} # _GCC2_PATTERNS matches N s.t. N <= 2.95.3. |