Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273208
Collapse All | Expand All

(-)mx5000tools-0.1.2.orig/configure.ac (-2 / +1 lines)
Lines 9-19 Link Here
9
AC_HEADER_STDC
9
AC_HEADER_STDC
10
AC_PROG_LIBTOOL
10
AC_PROG_LIBTOOL
11
11
12
13
AC_CHECK_HEADER([linux/hiddev.h], [], [AC_MSG_ERROR([You need kernel headers that supports hiddev\, that is Linux 2.4 or greater])], [#include <asm/types.h>]) 
12
AC_CHECK_HEADER([linux/hiddev.h], [], [AC_MSG_ERROR([You need kernel headers that supports hiddev\, that is Linux 2.4 or greater])], [#include <asm/types.h>]) 
14
13
15
14
16
AC_CHECK_HEADER([pbm.h], [], [AC_MSG_ERROR([You need pbm.h from the netpbm package\, possible the netpbm-devel package of your distribution])])
15
AC_CHECK_HEADER([netpbm/pbm.h], [], [AC_MSG_ERROR([You need pbm.h from the netpbm package\, possible the netpbm-devel package of your distribution])])
17
AC_CHECK_LIB([netpbm],[pbm_readpbm], [], [AC_MSG_ERROR([You need netpbm installed])])
16
AC_CHECK_LIB([netpbm],[pbm_readpbm], [], [AC_MSG_ERROR([You need netpbm installed])])
18
17
19
18
(-)mx5000tools-0.1.2.orig/libmx5000/mx5000image.c (-1 / +1 lines)
Lines 3-9 Link Here
3
#include <string.h>
3
#include <string.h>
4
#include <stdlib.h>
4
#include <stdlib.h>
5
5
6
#include <pbm.h>
6
#include <netpbm/pbm.h>
7
#include "config.h"
7
#include "config.h"
8
8
9
9

Return to bug 273208