[Pkg-electronics-commits] [gplcver] 03/18: Imported Debian patch 2.11a-2

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Thu Mar 26 12:16:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a commit to branch master
in repository gplcver.

commit e3a5fbb90603f744c660f4d9e48fb94c45b6dd77
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Jan 29 14:02:33 2007 +0900

    Imported Debian patch 2.11a-2
---
 debian/changelog | 6 ++++++
 src/v_src3.c     | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3c424a1..aadb847 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gplcver (2.11a-2) unstable; urgency=low
+
+  * Fixes FTBFS on Sparc (src/v_src3.c).
+
+ -- NIIBE Yutaka <gniibe at fsij.org>  Mon, 29 Jan 2007 14:02:33 +0900
+
 gplcver (2.11a-1) unstable; urgency=low
 
   * Initial release (Closes: #404628).
diff --git a/src/v_src3.c b/src/v_src3.c
index 6a7981a..0a0716d 100644
--- a/src/v_src3.c
+++ b/src/v_src3.c
@@ -48,14 +48,14 @@
 #include "../malloc.h"
 #endif
 
+#include "v.h"
+#include "cvmacros.h"
+
 /* REMOVEME - no longer supporting SunOS - maybe needed for hpux? */
-#if defined(__sparc) && !defined(__SVR4)  
+#if defined(__sparc) && !defined(__SVR4) && !defined(__GNU_LIBRARY__)
 extern int32 tolower(int32);
 #endif
 
-#include "v.h"
-#include "cvmacros.h"
-
 /* local prototypes */
 static struct udp_t *alloc_udp(struct sy_t *);
 static int32 rd_udp_hdr(struct udp_t *);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gplcver.git



More information about the Pkg-electronics-commits mailing list