Package: libcurses-perl
Version: 1.27-1
Severity: normal

Hi,

libcurses-perl currently FTBFS on Debian GNU/Hurd because it is missing a hints file. Attached, please see a patch that fixes this.

Thank you,

Barry deFreese


--- libcurses-perl-1.27.orig/hints/c-gnu.h
+++ libcurses-perl-1.27/hints/c-gnu.h
@@ -0,0 +1,27 @@
+/*  Hint file for the GNU platform.
+ *
+ *  If this configuration doesn't work, look at the file "c-none.h"
+ *  for how to set the configuration options.
+ */
+
+#include <ncurses.h>
+
+#ifdef C_PANELSUPPORT
+#include <panel.h>
+#endif
+
+#ifdef C_MENUSUPPORT
+#include <menu.h>
+#endif
+
+#ifdef C_FORMSUPPORT
+#include <form.h>
+#endif
+
+#define C_LONGNAME
+#define C_LONG0ARGS
+#undef  C_LONG2ARGS
+
+#define C_TOUCHLINE
+#define C_TOUCH3ARGS
+#undef  C_TOUCH4ARGS

Reply via email to