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

Collapse All | Expand All

(-)gnuplot-4.2.5.ebuild (-2 / +5 lines)
Lines 5-11 Link Here
5
EAPI=2
5
EAPI=2
6
WX_GTK_VER="2.8"
6
WX_GTK_VER="2.8"
7
7
8
inherit autotools elisp-common eutils multilib wxwidgets
8
inherit autotools elisp-common eutils multilib wxwidgets flag-o-matic
9
9
10
MY_P="${P/_/.}"
10
MY_P="${P/_/.}"
11
11
Lines 61-66 Link Here
61
	epatch "${FILESDIR}"/${PN}-4.2.3-disable-texhash.patch
61
	epatch "${FILESDIR}"/${PN}-4.2.3-disable-texhash.patch
62
	# Support for lua/TikZ terminal
62
	# Support for lua/TikZ terminal
63
	epatch "${WORKDIR}"/${P}-lua-term.patch
63
	epatch "${WORKDIR}"/${P}-lua-term.patch
64
	# Fixes a bug when calling PKG_PROG_PKG_CONFIG the first time
65
	epatch "${FILESDIR}"/${P}-PKG_PROG_PKG_CONFIG.patch
64
	# Add Gentoo version identification since the licence requires it
66
	# Add Gentoo version identification since the licence requires it
65
	epatch "${FILESDIR}"/${PN}-gentoo-version.patch
67
	epatch "${FILESDIR}"/${PN}-gentoo-version.patch
66
68
Lines 103-109 Link Here
103
	use xemacs && TEMACS=xemacs
105
	use xemacs && TEMACS=xemacs
104
	use emacs && TEMACS=emacs
106
	use emacs && TEMACS=emacs
105
107
106
	CFLAGS="${CFLAGS} -DGENTOO_REVISION=\\\"${PR}\\\"" \
108
	append-flags -DGENTOO_REVISION="\\\"${PR}\\\""
109
107
	EMACS=${TEMACS} \
110
	EMACS=${TEMACS} \
108
		econf ${myconf} || die
111
		econf ${myconf} || die
109
}
112
}

Return to bug 233475