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

Collapse All | Expand All

(-)findchip/Makefile.orig (-1 / +1 lines)
Lines 31-37 Link Here
31
######################################################################
31
######################################################################
32
32
33
CC      = gcc
33
CC      = gcc
34
CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -O2 -Wall -Wstrict-prototypes
34
CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS)
35
35
36
SRCS = findchip.c smc.c nsc.c winbond.c
36
SRCS = findchip.c smc.c nsc.c winbond.c
37
OBJS = $(SRCS:.c=.o)
37
OBJS = $(SRCS:.c=.o)
(-)irattach/Makefile.orig (-1 / +1 lines)
Lines 41-47 Link Here
41
SYS_LIBRARIES = 
41
SYS_LIBRARIES = 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
43
43
44
CFLAGS= -O2 -W -Wall -Wstrict-prototypes -Wshadow $(SYS_INCLUDES)
44
CFLAGS= -W -Wall -Wstrict-prototypes -Wshadow $(SYS_INCLUDES) $(GCFLAGS)
45
45
46
# 
46
# 
47
# Files to make 
47
# Files to make 
(-)irdaping/Makefile.orig (-1 / +1 lines)
Lines 41-47 Link Here
41
SYS_LIBRARIES = 
41
SYS_LIBRARIES = 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
43
43
44
CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -Wall -Wstrict-prototypes
44
CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS)
45
45
46
# 
46
# 
47
# Files to make 
47
# Files to make 
(-)irsockets/Makefile.orig (-1 / +1 lines)
Lines 41-47 Link Here
41
SYS_LIBRARIES = 
41
SYS_LIBRARIES = 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
43
43
44
CFLAGS= $(SYS_INCLUDES) $(RPM_OPT_FLAGS) -O2 -Wall -Wstrict-prototypes
44
CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS)
45
45
46
# 
46
# 
47
# Files to make 
47
# Files to make 
(-)psion/Makefile.orig (-1 / +1 lines)
Lines 9-14 Link Here
9
install:
9
install:
10
	install irpsion5 $(ROOT)/usr/bin
10
	install irpsion5 $(ROOT)/usr/bin
11
11
12
CFLAGS += -g -I../include -Wall -Wstrict-prototypes $(RPM_OPT_FLAGS)
12
CFLAGS += -g -I../include -Wall -Wstrict-prototypes $(GCFLAGS)
13
13
14
irpsion5: irpsion5.c
14
irpsion5: irpsion5.c
(-)tekram/Makefile.orig (-1 / +1 lines)
Lines 41-47 Link Here
41
SYS_LIBRARIES = 
41
SYS_LIBRARIES = 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
42
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib 
43
43
44
CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -Wall -Wstrict-prototypes
44
CFLAGS= $(SYS_INCLUDES) -Wall -Wstrict-prototypes $(GCFLAGS)
45
45
46
# 
46
# 
47
# Files to make 
47
# Files to make 

Return to bug 44440