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

(-)/opt/gentoo/usr/portage/dev-libs/glib/glib-2.22.3.ebuild (+9 lines)
Lines 88-93 Link Here
88
			epatch "${FILESDIR}"/${P}-interix-network.patch
88
			epatch "${FILESDIR}"/${P}-interix-network.patch
89
		fi
89
		fi
90
90
91
		epatch "${FILESDIR}"/${P}-interix-headers.patch
92
		# FIXME: ld segfaults
93
		[[ ${CHOST} == *-interix6* ]] && \
94
			epatch "${FILESDIR}"/${P}-interix6-ld-segfault-workaround.patch
95
91
		AT_M4DIR="m4macros" eautoreconf
96
		AT_M4DIR="m4macros" eautoreconf
92
	fi
97
	fi
93
98
Lines 117-122 Link Here
117
	[[ ${CHOST} == *-interix* ]] && {
122
	[[ ${CHOST} == *-interix* ]] && {
118
		export ac_cv_func_mmap_fixed_mapped=yes
123
		export ac_cv_func_mmap_fixed_mapped=yes
119
		export ac_cv_func_poll=no
124
		export ac_cv_func_poll=no
125
		append-flags "-D_REENTRANT -D_ALL_SOURCE"
126
		# FIXME: gmodule crashes ld somehow.  excluded for now
127
		[[ ${CHOST} == *-interix6* ]] && \
128
			export G_MODULE_IMPL=0
120
	}
129
	}
121
130
122
	local mythreads=posix
131
	local mythreads=posix

Return to bug 298286