diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-03 08:43:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-03 08:43:29 +0000 |
commit | ffd1d76a9aa9d7db2f0e85c2ee5a149c446da144 (patch) | |
tree | 4051c65fce2d8089e3ba49afa9e0e7a30a9ab5ab /audio | |
parent | 30f91bea30cf1922533a7e7fe046417127c4736f (diff) | |
download | pkgsrc-ffd1d76a9aa9d7db2f0e85c2ee5a149c446da144.tar.gz |
Fully convert to use buildlink2, even on alphas.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index d0ffa25ec3f..588b9982150 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/08/28 06:49:34 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/03 08:43:29 jlam Exp $ # VERS= 3.92 @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-vorbis .include "../../mk/bsd.prefs.mk" @@ -28,11 +28,11 @@ CONFIGURE_ARGS+= --without-vorbis .if defined(LAME_USE_GTK) . include "../../x11/gtk/buildlink2.mk" .else -CONFIGURE_ARGS+= --enable-analyzer=no +CONFIGURE_ARGS+= --disable-analyzer .endif -.if (${MACHINE_ARCH} == "alpha") -DEPENDS+= libffm-[0-9]*:../../math/libffm +.if ${MACHINE_ARCH} == "alpha" +. include "../../math/libffm/buildlink2.mk" # double is faster than float on Alpha CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \ -mfp-regs -fschedule-insns -fschedule-insns2 \ |