summaryrefslogtreecommitdiff
path: root/sci-geosciences/gpsd/files/gpsd-3.15-timebase.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/gpsd/files/gpsd-3.15-timebase.patch')
-rw-r--r--sci-geosciences/gpsd/files/gpsd-3.15-timebase.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-geosciences/gpsd/files/gpsd-3.15-timebase.patch b/sci-geosciences/gpsd/files/gpsd-3.15-timebase.patch
deleted file mode 100644
index 2477d30ce6cc..000000000000
--- a/sci-geosciences/gpsd/files/gpsd-3.15-timebase.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-don't always rebuild this header as it won't change between compile & install
-
---- a/SConstruct
-+++ b/SConstruct
-@@ -1174,7 +1174,6 @@
- f.close()
- timebase = env.Command(target="timebase.h",
- source=["leapseconds.cache"], action=timebase_h)
--env.AlwaysBuild(timebase)
-
- env.Textfile(target="gpsd_config.h", source=confdefs)
- env.Textfile(target="gpsd.h", source=[File("gpsd.h-head"), File("gpsd_config.h"), File("gpsd.h-tail")])