diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-12 20:33:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-12 20:33:00 +0000 |
commit | 328a35f96fe7ec11093e3847c0943eb3a41f2b51 (patch) | |
tree | 154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /audio/lame/Makefile | |
parent | 8848ee6991e29c3c0d97e1c89906ee2b34645484 (diff) | |
download | pkgsrc-328a35f96fe7ec11093e3847c0943eb3a41f2b51.tar.gz |
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index f29bbbfad3a..785b6ab43b5 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/24 20:22:50 zuntum Exp $ +# $NetBSD: Makefile,v 1.14 2001/06/12 20:33:01 jlam Exp $ # VERS= 3.87 @@ -45,7 +45,6 @@ CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \ -finline-functions -DFLOAT=double # optimized libffm (free fast math library) LIBS+= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lffm -lm -CONFIGURE_ENV+= LIBS="${LIBS}" .endif .include "../../mk/bsd.pkg.mk" |