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

Collapse All | Expand All

(-)freebsd-share-9.2_rc3.ebuild (-3 / +5 lines)
Lines 35-41 Link Here
35
	use doc || mymakeopts="${mymakeopts} NO_SHAREDOCS= "
35
	use doc || mymakeopts="${mymakeopts} NO_SHAREDOCS= "
36
	use zfs || mymakeopts="${mymakeopts} WITHOUT_CDDL= "
36
	use zfs || mymakeopts="${mymakeopts} WITHOUT_CDDL= "
37
37
38
	mymakeopts="${mymakeopts} NO_SENDMAIL= NO_MANCOMPRESS= NO_INFOCOMPRESS= "
38
	mymakeopts="${mymakeopts} NO_SENDMAIL= NO_MANCOMPRESS= NO_INFOCOMPRESS= WITHOUT_ICONV= "
39
}
39
}
40
40
41
REMOVE_SUBDIRS="mk termcap zoneinfo tabset"
41
REMOVE_SUBDIRS="mk termcap zoneinfo tabset"
Lines 75-88 Link Here
75
			"${S}/${sdir}/Makefile" || \
75
			"${S}/${sdir}/Makefile" || \
76
			die "Error fixing ${sdir}/Makefile"
76
			die "Error fixing ${sdir}/Makefile"
77
	done
77
	done
78
	ln -s "/usr/src/sys" "${WORKDIR}/sys" || die "failed to set sys symlink"
78
	if [[ ${PV} != *9999* ]]; then
79
		ln -s "/usr/src/sys" "${WORKDIR}/sys" || die "failed to set sys symlink"
80
	fi
79
}
81
}
80
82
81
src_compile() {
83
src_compile() {
82
	export ESED="/usr/bin/sed"
84
	export ESED="/usr/bin/sed"
83
85
84
	# This is a groff problem and not a -shared problem.
86
	# This is a groff problem and not a -shared problem.
85
	export GROFF_TMAC_PATH="/usr/share/tmac/:/usr/share/groff/1.19.1/tmac/"
87
	export GROFF_TMAC_PATH="/usr/share/tmac/:/usr/share/groff/1.22.2/tmac/"
86
	freebsd_src_compile || die "emake failed"
88
	freebsd_src_compile || die "emake failed"
87
}
89
}
88
90

Return to bug 488214