[Lunar-commits] <moonbase> lensfun: Adding a sedit due to the recent gcc/glibc bump.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Oct 21 18:33:06 CEST 2009


commit 654c0f8e19f6f53c9986e206c2a0aedbf0189e7b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Oct 21 12:33:06 2009 -0400

    lensfun: Adding a sedit due to the recent gcc/glibc bump.
---
 graphics/lensfun/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/graphics/lensfun/BUILD b/graphics/lensfun/BUILD
index 2ac30f5..79208c9 100644
--- a/graphics/lensfun/BUILD
+++ b/graphics/lensfun/BUILD
@@ -1,5 +1,8 @@
 (
 
+# Just another gcc/glibc adjustment.
+  sedit "s:eol = strchr (var, 0);:eol = (char *)strchr (var, 0);:" tools/makedep/cppsetup.cpp &&
+
   ./configure --prefix=/usr   \
               $OPTS          &&
 # it has some outdated document tags and this fixes some of them


More information about the Lunar-commits mailing list