Package: xxgdb
Severity: important
Version: 1.12-13.1
Tags: patch
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
diff -u xxgdb-1.12/Imakefile xxgdb-1.12/Imakefile
--- xxgdb-1.12/Imakefile
+++ xxgdb-1.12/Imakefile
@@ -63,4 +63,7 @@
DEFINES = -DHAVE_SIGNAL_H -DHAVE_WAITPID -DHAVE_KILLPG -DNO_SCANDIR $(DEFGDB)
#endif
+#if defined(KFreeBSDArchitecture)
+DEFINES = -DHAVE_SIGNAL_H -DHAVE_WAITPID -DHAVE_KILLPG -DNO_SCANDIR $(DEFGDB)
-DBSD
+#endif
#if defined(NeXTArchitecture) || defined(NextArchitecture)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]