diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-30 16:28:43 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-30 16:28:43 +0000 |
commit | 5e4c85800d2716078eafd05d2b4db7f9d6ffc2b9 (patch) | |
tree | c7280245d576cf11135c294f773cb33f8569bde0 /astro/gpsd | |
parent | 655463407e3cd5605eb72316e8238f5c7867a62e (diff) | |
download | ports-5e4c85800d2716078eafd05d2b4db7f9d6ffc2b9.tar.gz ports-5e4c85800d2716078eafd05d2b4db7f9d6ffc2b9.zip |
Notes
Diffstat (limited to 'astro/gpsd')
-rw-r--r-- | astro/gpsd/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsd/files/patch-gpspipe.c | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index e1713a73b99c..c7ffa3080e57 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -14,6 +14,8 @@ MAINTAINER= toxa@toxahost.ru COMMENT= Daemon that monitors one or more GPSes attached to a host computer GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" MAN1= gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1 xgps.1 MAN3= libgps.3 libgpsd.3 libgpsmm.3 MAN5= rtcm-104.5 srec.5 diff --git a/astro/gpsd/files/patch-gpspipe.c b/astro/gpsd/files/patch-gpspipe.c new file mode 100644 index 000000000000..8cce28b6b75b --- /dev/null +++ b/astro/gpsd/files/patch-gpspipe.c @@ -0,0 +1,10 @@ +--- gpspipe.c.orig Mon Jan 30 16:04:07 2006 ++++ gpspipe.c Mon Jan 30 16:04:56 2006 +@@ -26,6 +26,7 @@ + + #include <errno.h> + #include <stdio.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <unistd.h> + #include <string.h> |