summaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authortron <tron>2002-01-04 13:27:05 +0000
committertron <tron>2002-01-04 13:27:05 +0000
commit462f043d1b552658d6e2bc7d9628fb368f472516 (patch)
treeb5f3006f27e24b78a62f2f221a190a4796b5077b /audio/libvorbis
parent9ee316bf3fe406b7a8d6be2985bf4eeeeaacbd30 (diff)
downloadpkgsrc-462f043d1b552658d6e2bc7d9628fb368f472516.tar.gz
Add a comment why the "gcc" package is used on system with "egcs" in the
base system.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 20be15c82ae..2427a82f350 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/01/03 22:01:59 tron Exp $
+# $NetBSD: Makefile,v 1.16 2002/01/04 13:27:06 tron Exp $
DISTNAME= libvorbis-1.0rc3
PKGNAME= libvorbis-1.0.0.7
@@ -22,6 +22,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