diff -ru gramofile-1.6.orig/Makefile gramofile-1.6/Makefile --- gramofile-1.6.orig/Makefile 2006-04-25 10:50:32 +0000 +++ gramofile-1.6/Makefile 2006-04-25 10:50:45 +0000 @@ -22,7 +22,7 @@ # For Linux (and maybe others), use these: CFLAGS = -Wall -march=i386 -Os -pipe -fomit-frame-pointer -DTURBO_MEDIAN -DTURBO_BUFFER DEPS = $(OBJS) makebplay -LIBS = -lncurses -lrfftw -lfftw -lm +LIBS = -lncurses -ldrfftw -ldfftw -lm COPY_A = -a # For FreeBSD (and maybe others), use these: diff -ru gramofile-1.6.orig/bplaysrc/Makefile gramofile-1.6/bplaysrc/Makefile --- gramofile-1.6.orig/bplaysrc/Makefile 2006-04-25 10:50:32 +0000 +++ gramofile-1.6/bplaysrc/Makefile 2006-04-25 10:51:02 +0000 @@ -7,7 +7,7 @@ #SRCS = bplay.c sndfunc.o shmbuf.c CC = gcc -LDFLAGS = +LDFLAGS = -lm ########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see ../Makefile!)