Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331211 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile_1.8 (-3 / +3 lines)
Lines 4-12 Link Here
4
# Mike Oliphant (oliphant@gtk.org)
4
# Mike Oliphant (oliphant@gtk.org)
5
#
5
#
6
6
7
CC=     gcc
7
CC?= gcc
8
8
9
CFLAGS= -Wall -O2 -DHAVE_MEMCPY
9
CFLAGS+= -Wall -DHAVE_MEMCPY
10
10
11
# all known MS Windows OS define the ComSpec environment variable
11
# all known MS Windows OS define the ComSpec environment variable
12
ifdef ComSpec
12
ifdef ComSpec
Lines 51-57 Link Here
51
	$(WINDRES) $(RC_OBJ:.o=.rc) $(RC_OBJ)
51
	$(WINDRES) $(RC_OBJ:.o=.rc) $(RC_OBJ)
52
52
53
mp3gain: $(RC_OBJ) $(OBJS)
53
mp3gain: $(RC_OBJ) $(OBJS)
54
	$(CC) -o mp3gain $(OBJS) $(RC_OBJ) $(LIBS)
54
	$(CC) $(LDFLAGS) -o mp3gain $(OBJS) $(RC_OBJ) $(LIBS)
55
ifeq ($(OSTYPE),beos)
55
ifeq ($(OSTYPE),beos)
56
	mimeset -f mp3gain$(EXE_EXT)
56
	mimeset -f mp3gain$(EXE_EXT)
57
endif
57
endif

Return to bug 331211