diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-02 08:41:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-02 08:41:22 +0000 |
commit | 5b4ca39f2352be2b620c064b0964f9b4bd24d84e (patch) | |
tree | f6b98c368b77408952c0aabd6eadc1624eb3c488 /audio/libvorbis/Makefile | |
parent | 7f3e816b7721aa203750e6ca80b3924b24e24db7 (diff) | |
download | pkgsrc-5b4ca39f2352be2b620c064b0964f9b4bd24d84e.tar.gz |
Use gcc/buildlink2.mk instead of Makefile.gcc.
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r-- | audio/libvorbis/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 43c73a97090..097a1e19bc4 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/08/25 18:38:16 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2002/10/02 08:41:23 jlam Exp $ DISTNAME= libvorbis-1.0 PKGNAME= libvorbis-1.0.0.8 @@ -18,11 +18,6 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool 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 - .include "../../audio/libogg/buildlink2.mk" +.include "../../lang/gcc/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |