Package: chimera2
Severity: important
Version: 2.0a19-5.1
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-i386.
It needs a small tweak, see bellow.
Thanks in advance
Petr
diff -u chimera2-2.0a19/Common.tmpl chimera2-2.0a19/Common.tmpl
--- chimera2-2.0a19/Common.tmpl
+++ chimera2-2.0a19/Common.tmpl
@@ -118,7 +118,7 @@
#endif
/* Linux */
-#if defined(LinuxArchitecture)
+#if defined(LinuxArchitecture) || defined(GNUArchitecture)
OS_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_STDDEF_H \
-DHAVE_UNAME -DHAVE_MKTIME -DHAVE_SIZE_T -DHAVE_SSIZE_T \
-DHAVE_STDARG_H
only in patch2:
unchanged:
--- chimera2-2.0a19.orig/Common.tmpl.dist
+++ chimera2-2.0a19/Common.tmpl.dist
@@ -123,7 +123,7 @@
#endif
/* Linux */
-#if defined(LinuxArchitecture)
+#if defined(LinuxArchitecture) || defined(GNUArchitecture)
OS_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_STDDEF_H \
-DHAVE_UNAME -DHAVE_MKTIME -DHAVE_SIZE_T -DHAVE_SSIZE_T \
-DHAVE_STDARG_H
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]