diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-12 22:35:27 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-12 22:35:27 +0800 |
commit | da35eb30f5c0371a930fe83715cb45bad98278ef (patch) | |
tree | 004a07efbbf15a72761684201d8693047b535539 /comms | |
parent | 7b5528d453e1e1ac3f8759988cf365ca68dcaa3c (diff) | |
download | freebsd-ports-gnome-da35eb30f5c0371a930fe83715cb45bad98278ef.tar.gz freebsd-ports-gnome-da35eb30f5c0371a930fe83715cb45bad98278ef.tar.zst freebsd-ports-gnome-da35eb30f5c0371a930fe83715cb45bad98278ef.zip |
unbreak build on CURRENT
bump PORTREVISION
Noted By: bento
Diffstat (limited to 'comms')
-rw-r--r-- | comms/garmin-utils/Makefile | 1 | ||||
-rw-r--r-- | comms/garmin-utils/files/patch-lib::gpsdisplay.c | 11 |
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 |