summaryrefslogtreecommitdiff
path: root/comms/garmin-utils/files
diff options
context:
space:
mode:
Diffstat (limited to 'comms/garmin-utils/files')
-rw-r--r--comms/garmin-utils/files/patch-Makefile.inc11
-rw-r--r--comms/garmin-utils/files/patch-lib::gpsdisplay.c11
2 files changed, 0 insertions, 22 deletions
diff --git a/comms/garmin-utils/files/patch-Makefile.inc b/comms/garmin-utils/files/patch-Makefile.inc
deleted file mode 100644
index a0171129a6ef..000000000000
--- a/comms/garmin-utils/files/patch-Makefile.inc
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.inc.orig Wed Jan 21 10:56:37 2004
-+++ Makefile.inc Wed Jan 21 10:56:47 2004
-@@ -27,7 +27,7 @@
- # C options
- #
- CFLAGS+= -g -I${.CURDIR}/../lib
--CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror
-+CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
- CFLAGS+= -DDEFAULT_PORT=\"${GPS_SERIAL_PORT}\" ${VERSION} ${SIO_TYPE}
-
- # Figure out where the library lives for proper dependencies
diff --git a/comms/garmin-utils/files/patch-lib::gpsdisplay.c b/comms/garmin-utils/files/patch-lib::gpsdisplay.c
deleted file mode 100644
index 0826b31bdaad..000000000000
--- a/comms/garmin-utils/files/patch-lib::gpsdisplay.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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