diff options
Diffstat (limited to 'gpsd/gpsd-1.10-r0/gcc34.patch')
-rw-r--r-- | gpsd/gpsd-1.10-r0/gcc34.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gpsd/gpsd-1.10-r0/gcc34.patch b/gpsd/gpsd-1.10-r0/gcc34.patch deleted file mode 100644 index 00132cc7d4..0000000000 --- a/gpsd/gpsd-1.10-r0/gcc34.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- gpsd-1.10/Makefile.in~gcc34.patch 2003-08-27 05:43:51.000000000 +0200 -+++ gpsd-1.10/Makefile.in 2004-06-13 23:40:12.000000000 +0200 -@@ -126,7 +126,7 @@ - all: $(PROGRAMS) $(MOTIF_PROGRAMS) - - gpsd: gpsd.o libgpsd.a -- $(LINK.c) -o $@ gpsd.o -L. -lgpsd $(NETLIBS) $(LIBS) -+ $(LINK.c) -o $@ gpsd.o -L. -lgpsd $(NETLIBS) -lm - - gpsplay: gpsplay.o libgpsd.a - $(LINK.c) -o $@ gpsplay.o -L. -lgpsd $(NETLIBS) $(LIBS) |