Package: xfig
Severity: important
Version: 1:3.2.5-rel-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- fig.h~ 2007-06-23 22:50:59.000000000 +0200
+++ fig.h 2007-06-23 22:50:59.000000000 +0200
@@ -383,7 +383,7 @@
extern long random();
extern void srandom(unsigned int);
-#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux)
+#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) &&
!defined(__GLIBC__)
extern void srandom(int);
#endif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]