From 08421602f52ec9d01fbb3e67ffe817b8830d477b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 7 Sep 2013 15:30:58 +0200 Subject: [PATCH] Avoid attempts at rebuilding gperf-documentation. --- dev-util/gperf/gperf-3.0.4.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/gperf/gperf-3.0.4.recipe b/dev-util/gperf/gperf-3.0.4.recipe index de1f99d51..309ff1491 100644 --- a/dev-util/gperf/gperf-3.0.4.recipe +++ b/dev-util/gperf/gperf-3.0.4.recipe @@ -33,6 +33,9 @@ BUILD_PREREQUIRES=" BUILD() { + # touch documentation to avoid attempts at rebuilding it (which will fail) + touch doc/*.{pdf,ps} + runConfigure ./configure make $jobArgs }