diff options
author | tron <tron@pkgsrc.org> | 2002-01-04 13:27:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-04 13:27:05 +0000 |
commit | a800eaa94671de842a8a00e850261fb1ad7f5b93 (patch) | |
tree | b5f3006f27e24b78a62f2f221a190a4796b5077b /audio/libogg | |
parent | eb0a3c2684c4dba9a606d0d1dcecb3b4b53c9cf3 (diff) | |
download | pkgsrc-a800eaa94671de842a8a00e850261fb1ad7f5b93.tar.gz |
Add a comment why the "gcc" package is used on system with "egcs" in the
base system.
Diffstat (limited to 'audio/libogg')
-rw-r--r-- | audio/libogg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 84b05a2294b..bf0d207b126 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/01/03 21:59:19 tron Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/04 13:27:05 tron Exp $ DISTNAME= libogg-1.0rc3 PKGNAME= libogg-1.0.0.7 @@ -18,6 +18,7 @@ PLIST_SUBST+= DISTNAME=${DISTNAME} GCC_VERSION!= gcc --version .if (${GCC_VERSION:C/-.*$$//} == egcs) +# "egcs" cannot be used, as it generates bad ogg files. .include "../../lang/gcc/Makefile.gcc" .endif |