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

Collapse All | Expand All

(-)gmodule/Makefile.am.orig (+7 lines)
Lines 1-6 Link Here
1
## Process this file with automake to produce Makefile.in
1
## Process this file with automake to produce Makefile.in
2
include $(top_srcdir)/Makefile.decl
2
include $(top_srcdir)/Makefile.decl
3
3
4
GTHREAD_COMPILE_IMPL_DEFINES =
5
G_THREAD_CFLAGS =
6
G_THREAD_LIBS =
7
G_THREAD_LIBS_EXTRA =
8
G_THREAD_LIBS_FOR_GTHREAD =
9
CPPFLAGS = $(filter-out -D_REENTRANT,@CPPFLAGS@)
10
4
AM_CPPFLAGS = 				\
11
AM_CPPFLAGS = 				\
5
	-I$(top_srcdir) 		\
12
	-I$(top_srcdir) 		\
6
	-I$(top_srcdir)/glib 		\
13
	-I$(top_srcdir)/glib 		\

Return to bug 298286