[Lunar-commits] <moonbase> ddd: fixed build Do not fail if GZIP variable set

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Jun 26 18:31:45 CEST 2010


commit 16da59d4f64bcdd2cdc107c312e2a015b4a3d88b
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat Jun 26 18:31:45 2010 +0200

    ddd: fixed build
    Do not fail if GZIP variable set
---
 devel/ddd/BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/devel/ddd/BUILD b/devel/ddd/BUILD
index 7f0564b..4d9f4cb 100644
--- a/devel/ddd/BUILD
+++ b/devel/ddd/BUILD
@@ -4,6 +4,7 @@
   # gcc-4.4 is stricter on indirect includes,
   # so add stdio.h otherwise EOF is undefined
   sedit '/#include <stdlib.h>/a#include <stdio.h>' ddd/strclass.C &&
+  unset GZIP &&
 
   default_build
 


More information about the Lunar-commits mailing list