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

(-)gps-1.1.0-orig/configure.in (-1 / +1 lines)
Lines 80-86 Link Here
80
			AC_DEFINE(HAVELINUXPROCFS,1)
80
			AC_DEFINE(HAVELINUXPROCFS,1)
81
			AC_DEFINE(ENABLE_SYSINFO,1)
81
			AC_DEFINE(ENABLE_SYSINFO,1)
82
			POLLING_LINUX_PROC_FS=1
82
			POLLING_LINUX_PROC_FS=1
83
			AC_HEADER_CHECK(asm/page.h,,AC_MSG_ERROR(Linux-specific header file missing))
83
			AC_HEADER_CHECK(sys/user.h,,AC_MSG_ERROR(Linux-specific header file missing))
84
			AC_CHECK_LIB(pthread,pthread_create,,AC_MSG_ERROR(required library missing))
84
			AC_CHECK_LIB(pthread,pthread_create,,AC_MSG_ERROR(required library missing))
85
			SYSTEM_DEPENDENT_LIBS="-lpthread"
85
			SYSTEM_DEPENDENT_LIBS="-lpthread"
86
		fi
86
		fi
(-)gps-1.1.0-orig/linuxprocfs.cc (-1 / +1 lines)
Lines 39-45 Link Here
39
#include <sys/stat.h>
39
#include <sys/stat.h>
40
#include <sys/types.h>
40
#include <sys/types.h>
41
#include <sys/resource.h>
41
#include <sys/resource.h>
42
#include <asm/page.h>
42
#include <sys/user.h>
43
#include <gtk/gtk.h>
43
#include <gtk/gtk.h>
44
#include "gps.h"
44
#include "gps.h"
45
#include "polling.h"
45
#include "polling.h"
(-)gps-1.1.0-orig/rgpsp/linux/rgpsp_linux.cc (-1 / +1 lines)
Lines 34-40 Link Here
34
#include <signal.h>
34
#include <signal.h>
35
#include <sys/types.h>
35
#include <sys/types.h>
36
#include <sys/resource.h>
36
#include <sys/resource.h>
37
#include <asm/page.h>
37
#include <sys/user.h>
38
38
39
using namespace std;
39
using namespace std;
40
40

Return to bug 173584