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

Collapse All | Expand All

(-)/usr/portage/dev-lang/lua/lua-5.1.5.ebuild (+2 lines)
Lines 53-58 Link Here
53
		epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make_static-r1.patch
53
		epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make_static-r1.patch
54
	fi
54
	fi
55
55
56
	epatch "${FILESDIR}"/lua-BJA-libtool-patch.diff
57
56
	# We want packages to find our things...
58
	# We want packages to find our things...
57
	sed -i \
59
	sed -i \
58
		-e 's:/usr/local:'${EPREFIX}'/usr:' \
60
		-e 's:/usr/local:'${EPREFIX}'/usr:' \
(-)Makefile (-1 / +1 lines)
Lines 130-136 lecho: Link Here
130
# Use libtool for binary installs, etc.
130
# Use libtool for binary installs, etc.
131
131
132
export V
132
export V
133
export LIBTOOL = libtool --quiet --tag=CC
133
export LIBTOOL = $(ROOT)/usr/bin/libtool --quiet --tag=CC
134
# See libtool manual about how to set this
134
# See libtool manual about how to set this
135
135
136
gentoo_clean:
136
gentoo_clean:
(-)src/Makefile (-1 / +1 lines)
Lines 181-187 print.o: print.c ldebug.h lstate.h lua.h Link Here
181
181
182
# (end of Makefile)
182
# (end of Makefile)
183
183
184
export LIBTOOL = libtool --quiet --tag=CC
184
export LIBTOOL = $(ROOT)/usr/bin/libtool --quiet --tag=CC
185
export LIB_VERSION = 6:5:1
185
export LIB_VERSION = 6:5:1
186
186
187
# The following rules use libtool for compiling and linking in order to
187
# The following rules use libtool for compiling and linking in order to

Return to bug 472230