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

Collapse All | Expand All

(-)a/sci-physics/geant/geant-4.9.2-r1.ebuild (+3 lines)
Lines 80-85 src_prepare() { Link Here
80
		config/common.gmk || die "sed common.gmk failed"
80
		config/common.gmk || die "sed common.gmk failed"
81
	sed -i \
81
	sed -i \
82
		-e 's:$(G4LIB)/$(G4SYSTEM):$(G4TMP):g' \
82
		-e 's:$(G4LIB)/$(G4SYSTEM):$(G4TMP):g' \
83
		config/moc.gmk || die "sed moc.gmk failed"
84
	sed -i \
85
		-e 's:$(G4LIB)/$(G4SYSTEM):$(G4TMP):g' \
83
		-e 's:$(G4BIN)/$(G4SYSTEM):$(G4TMP):g' \
86
		-e 's:$(G4BIN)/$(G4SYSTEM):$(G4TMP):g' \
84
		-e 's:$(G4TMP)/$(G4SYSTEM):$(G4TMP):g' \
87
		-e 's:$(G4TMP)/$(G4SYSTEM):$(G4TMP):g' \
85
		source/GNUmakefile || die "sed GNUmakefile failed"
88
		source/GNUmakefile || die "sed GNUmakefile failed"

Return to bug 260102