diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-12-20 03:28:38 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-12-20 03:28:38 +0000 |
commit | 9913f2627d4e7b8d64989df368d13752d5545e54 (patch) | |
tree | f46d931a041a4b972b2b723fbaa7c4588092c770 /audio | |
parent | fc5f1f0a6deff59e64e49c3b3675c287d58897b7 (diff) | |
download | pkgsrc-9913f2627d4e7b8d64989df368d13752d5545e54.tar.gz |
Link libm in explicitly, which makes things going on ELF.
Fixes PR 9000 by Lennart Augustsson <lennart@augustsson.net>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/emixer/files/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/emixer/files/Makefile b/audio/emixer/files/Makefile index 000b12ab404..9e0a088815b 100644 --- a/audio/emixer/files/Makefile +++ b/audio/emixer/files/Makefile @@ -1,5 +1,7 @@ +# $NetBSD: Makefile,v 1.2 1999/12/20 03:28:38 hubertf Exp $ + CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lm all: emixer emixer: main.o |