Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131209
Collapse All | Expand All

(-)gramofile-1.6.orig/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
# For Linux (and maybe others), use these:
22
# For Linux (and maybe others), use these:
23
CFLAGS = -Wall -march=i386 -Os -pipe -fomit-frame-pointer -DTURBO_MEDIAN -DTURBO_BUFFER
23
CFLAGS = -Wall -march=i386 -Os -pipe -fomit-frame-pointer -DTURBO_MEDIAN -DTURBO_BUFFER
24
DEPS = $(OBJS) makebplay
24
DEPS = $(OBJS) makebplay
25
LIBS = -lncurses -lrfftw -lfftw -lm
25
LIBS = -lncurses -ldrfftw -ldfftw -lm
26
COPY_A = -a
26
COPY_A = -a
27
27
28
# For FreeBSD (and maybe others), use these:
28
# For FreeBSD (and maybe others), use these:
(-)gramofile-1.6.orig/bplaysrc/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#SRCS = bplay.c sndfunc.o shmbuf.c
7
#SRCS = bplay.c sndfunc.o shmbuf.c
8
8
9
CC = gcc
9
CC = gcc
10
LDFLAGS = 
10
LDFLAGS = -lm
11
11
12
########## CHOOSE YOUR ARCHITECTURE:    (NOTE: also see ../Makefile!)
12
########## CHOOSE YOUR ARCHITECTURE:    (NOTE: also see ../Makefile!)
13
13

Return to bug 131209