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

(-)ncbi-tools-2.2.26-r2.ebuild.old (+4 lines)
Lines 90-95 Link Here
90
		-re "s:/usr(/bin/.*sh):\1:g" \
90
		-re "s:/usr(/bin/.*sh):\1:g" \
91
		-e "s:(/bin/.*sh):${EPREFIX}\1:g" \
91
		-e "s:(/bin/.*sh):${EPREFIX}\1:g" \
92
		-i $(find "${S}" -type f) || die
92
		-i $(find "${S}" -type f) || die
93
94
	# undo the /scratch/mmokrejs/gentoo/scratch/mmokrejs/gentoo/bin/sh
95
	# make CFLAGS1="-DNDEBUG -O2 -pipe -O2 -pipe -march=native -c " LDFLAGS1="-O2 -pipe -O2 -pipe -march=native -Wl,-O1" OTHERLIBS="-lm" SHELL="/scratch/mmokrejs/gentoo/scratch/mmokrejs/gentoo/bin/sh" LCL="lnx" RAN="x86_64-pc-linux-gnu-ranlib" AR="x86_64-pc-linux-gnu-ar" CC="x86_64-pc-linux-gnu-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE" all
96
	sed -e "s#${EPREFIX}${EPREFIX}#${EPREFIX}#" -i * || die
93
}
97
}
94
98
95
src_compile() {
99
src_compile() {

Return to bug 586982