Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78674
Collapse All | Expand All

(-)qt-embedded-3.3.2-r1.ebuild.orig (-1 / +5 lines)
Lines 50-55 Link Here
50
	export QTDIR=${S}
50
	export QTDIR=${S}
51
51
52
	if ! use build; then
52
	if ! use build; then
53
		addwrite "${QTBASE}/etc/settings"
54
53
		# ordinary setup, rather bloated
55
		# ordinary setup, rather bloated
54
		use gif && myconf="${myconf} -qt-gif"
56
		use gif && myconf="${myconf} -qt-gif"
55
		use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" || myconf="${myconf} -no-sql-mysql"
57
		use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" || myconf="${myconf} -no-sql-mysql"
Lines 89-95 Link Here
89
			-release -no-g++-exceptions -no-qvfb -thread -freetype -vnc  || die
91
			-release -no-g++-exceptions -no-qvfb -thread -freetype -vnc  || die
90
	fi
92
	fi
91
93
92
	emake symlinks src-qmake src-moc sub-src sub-tools || die "making main"
94
	emake symlinks src-qmake src-moc sub-src || die "making main"
95
	LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" \
96
		emake sub-tools || die "making main2"
93
	cd ${S}/tools/designer/uic && emake || die "making uic"
97
	cd ${S}/tools/designer/uic && emake || die "making uic"
94
	cd ${S}/tools/assistant/lib && emake || die "making qassistantclientlib"
98
	cd ${S}/tools/assistant/lib && emake || die "making qassistantclientlib"
95
99

Return to bug 78674