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

Collapse All | Expand All

(-)portage/kde-base/kdelibs/kdelibs-4.4.5.ebuild (-2 / +4 lines)
Lines 171-179 Link Here
171
	if [[ ${CHOST} == *-solaris* ]] ; then
171
	if [[ ${CHOST} == *-solaris* ]] ; then
172
		epatch "${FILESDIR}/kdelibs-4.3.2-solaris-ksyscoca.patch"
172
		epatch "${FILESDIR}/kdelibs-4.3.2-solaris-ksyscoca.patch"
173
		# getgrouplist not in solaris libc
173
		# getgrouplist not in solaris libc
174
		epatch "${FILESDIR}/kdelibs-4.3.2-solaris-getgrouplist.patch"
174
		#epatch "${FILESDIR}/kdelibs-4.3.2-solaris-getgrouplist.patch"
175
		# solaris has no d_type element in dir_ent
175
		# solaris has no d_type element in dir_ent
176
		epatch "${FILESDIR}/kdelibs-4.3.2-solaris-fileunix.patch"
176
		#epatch "${FILESDIR}/kdelibs-4.3.2-solaris-fileunix.patch"
177
		# Solaris 10 has no backtrace in libc
178
		epatch "${FILESDIR}/kdelibs-4.4.0-solaris-kdebug.patch"
177
	fi
179
	fi
178
}
180
}
179
181

Return to bug 328059