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

Collapse All | Expand All

(-)/usr/portage/net-www/gnash/gnash-0.8.4.ebuild (-2 / +4 lines)
Lines 73-78 Link Here
73
	x11-libs/libXmu
73
	x11-libs/libXmu
74
	x11-libs/libXt
74
	x11-libs/libXt
75
	x11-proto/xproto
75
	x11-proto/xproto
76
	x11-libs/libXv
76
	dbus? ( sys-apps/dbus )
77
	dbus? ( sys-apps/dbus )
77
	sys-devel/libtool
78
	sys-devel/libtool
78
	"
79
	"
Lines 154-160 Link Here
154
			-e 's:libltdl.*Makefile::' configure.ac	\
155
			-e 's:libltdl.*Makefile::' configure.ac	\
155
			|| die "Sedding configure.ac failed."
156
			|| die "Sedding configure.ac failed."
156
	fi
157
	fi
157
	eautoreconf
158
	#eautoreconf
158
}
159
}
159
160
160
src_compile() {
161
src_compile() {
Lines 217-228 Link Here
217
		--enable-sdkinstall				\
218
		--enable-sdkinstall				\
218
		--enable-gui=${guis}				\
219
		--enable-gui=${guis}				\
219
		--enable-extensions=${extensions}		\
220
		--enable-extensions=${extensions}		\
220
		--with-ffmpeg-incl=/usr/include			\
221
		--with-ffmpeg-incl=/usr/include/libavcodec	\
221
		--with-kde-pluginprefix=${KDEDIR}		\
222
		--with-kde-pluginprefix=${KDEDIR}		\
222
		--without-included-ltdl				\
223
		--without-included-ltdl				\
223
		--with-ltdl-include=/usr/include		\
224
		--with-ltdl-include=/usr/include		\
224
		--with-ltdl-lib=/usr/$(get_libdir)		\
225
		--with-ltdl-lib=/usr/$(get_libdir)		\
225
		--with-plugins-install=system			\
226
		--with-plugins-install=system			\
227
		--enable-mit-shm				\
226
		${myconf} \
228
		${myconf} \
227
		|| die "econf failed"
229
		|| die "econf failed"
228
	emake || die "emake failed"
230
	emake || die "emake failed"

Return to bug 261294