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-w32-2-8-0-release/GNUmakefile.orig (-2 / +2 lines)
Lines 63-69 Link Here
63
XOPT	=
63
XOPT	=
64
64
65
RCFLAGS		= --include-dir=.
65
RCFLAGS		= --include-dir=.
66
LFLAGS		= -lwsock32
66
LFLAGS		:= $(LDFLAGS) -lwsock32
67
67
68
# ----------------------------------------------------------------------
68
# ----------------------------------------------------------------------
69
# The library can be built with some alternative behaviour to
69
# The library can be built with some alternative behaviour to
Lines 98-104 Link Here
98
98
99
## Mingw32
99
## Mingw32
100
MAKE		?= make
100
MAKE		?= make
101
CFLAGS	= $(OPT) $(XOPT) -I. -DHAVE_CONFIG_H -Wall
101
CFLAGS	:= $(CFLAGS) $(OPT) $(XOPT) -I. -DHAVE_CONFIG_H -Wall
102
102
103
DLL_INLINED_OBJS	= \
103
DLL_INLINED_OBJS	= \
104
		pthread.o \
104
		pthread.o \

Return to bug 333771