summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-12-19 18:02:39 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-12-19 18:02:39 +0100
commitd0ffa8e441f49aa43b1f1152c84b06b01369fa3e (patch)
tree94418e366002c32b62af0af0f3b54a794ba09c75 /x11-libs/cairo
parentnet-fs/samba: Removed unused "smbclient" USE description. (diff)
downloadgentoo-d0ffa8e441f49aa43b1f1152c84b06b01369fa3e.tar.gz
gentoo-d0ffa8e441f49aa43b1f1152c84b06b01369fa3e.tar.bz2
gentoo-d0ffa8e441f49aa43b1f1152c84b06b01369fa3e.zip
x11-libs/cairo: Apply patches as early as possible (bug #603104).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r--x11-libs/cairo/cairo-1.14.8.ebuild4
-rw-r--r--x11-libs/cairo/cairo-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/cairo/cairo-1.14.8.ebuild b/x11-libs/cairo/cairo-1.14.8.ebuild
index 736ad877c288..5b1926b14ee9 100644
--- a/x11-libs/cairo/cairo-1.14.8.ebuild
+++ b/x11-libs/cairo/cairo-1.14.8.ebuild
@@ -76,13 +76,13 @@ PATCHES=(
)
src_prepare() {
+ default
+
# tests and perf tools require X, bug #483574
if ! use X; then
sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am || die
fi
- default
-
# Slightly messed build system YAY
if [[ ${PV} == *9999* ]]; then
touch boilerplate/Makefile.am.features
diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
index 2cec6db7ea24..e3753c2c7262 100644
--- a/x11-libs/cairo/cairo-9999.ebuild
+++ b/x11-libs/cairo/cairo-9999.ebuild
@@ -76,13 +76,13 @@ PATCHES=(
)
src_prepare() {
+ default
+
# tests and perf tools require X, bug #483574
if ! use X; then
sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am || die
fi
- default
-
# Slightly messed build system YAY
if [[ ${PV} == *9999* ]]; then
touch boilerplate/Makefile.am.features