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

Collapse All | Expand All

(-)pthreads/GNUmakefile.orig (-1 / +3 lines)
Lines 62-67 Link Here
62
XOPT	=
62
XOPT	=
63
63
64
RCFLAGS		= --include-dir=.
64
RCFLAGS		= --include-dir=.
65
LFLAGS		:= $(LDFLAGS)
66
65
# Uncomment this if config.h defines RETAIN_WSALASTERROR
67
# Uncomment this if config.h defines RETAIN_WSALASTERROR
66
#LFLAGS		= -lws2_32
68
#LFLAGS		= -lws2_32
67
69
Lines 97-103 Link Here
97
97
98
## Mingw32
98
## Mingw32
99
MAKE		?= make
99
MAKE		?= make
100
CFLAGS	= $(OPT) $(XOPT) -I. -DHAVE_PTW32_CONFIG_H -Wall
100
CFLAGS	:= $(CFLAGS) $(OPT) $(XOPT) -I. -DHAVE_PTW32_CONFIG_H -Wall
101
101
102
DLL_INLINED_OBJS	= \
102
DLL_INLINED_OBJS	= \
103
		pthread.o \
103
		pthread.o \

Return to bug 333771