summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-10-12 14:35:27 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-10-12 14:35:27 +0000
commitc74aae36919164298fec0d1529269beb35cca0ef (patch)
tree6f75d05d9b944ff8335b1980aecb9be01c1f7d7e /comms
parent- Update to version 0.5 (diff)
unbreak build on CURRENT
bump PORTREVISION Noted By: bento
Notes
Notes: svn path=/head/; revision=90932
Diffstat (limited to 'comms')
-rw-r--r--comms/garmin-utils/Makefile1
-rw-r--r--comms/garmin-utils/files/patch-lib::gpsdisplay.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/comms/garmin-utils/Makefile b/comms/garmin-utils/Makefile
index 4bc357e53924..bc4565a81f97 100644
--- a/comms/garmin-utils/Makefile
+++ b/comms/garmin-utils/Makefile
@@ -7,6 +7,7 @@
PORTNAME= garmin-utils
PORTVERSION= 1.93
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.snafu.org/pub/
diff --git a/comms/garmin-utils/files/patch-lib::gpsdisplay.c b/comms/garmin-utils/files/patch-lib::gpsdisplay.c
new file mode 100644
index 000000000000..0826b31bdaad
--- /dev/null
+++ b/comms/garmin-utils/files/patch-lib::gpsdisplay.c
@@ -0,0 +1,11 @@
+--- lib/gpsdisplay.c.orig Sun Oct 12 16:24:52 2003
++++ lib/gpsdisplay.c Sun Oct 12 16:23:45 2003
+@@ -11,7 +11,7 @@
+ #include <stdio.h>
+ #include <strings.h>
+
+-#ifdef LINUX
++#if defined(LINUX) || defined(__FreeBSD__)
+ /* Linux puts memset(3) in string.h */
+ #include <string.h>
+ #endif