summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch')
-rw-r--r--sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch b/sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch
deleted file mode 100644
index 7615b8b5d73f..000000000000
--- a/sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-don't set the -rpath flag to the install dir as this breaks DESTDIR
-
---- a/SConstruct
-+++ b/SConstruct
-@@ -287,7 +287,7 @@
-
- # Don't hack RPATH unless libdir points somewhere that is not on the
- # minimum default load path.
--if env["shared"]:
-+if env["shared"] and env["chrpath"]:
- if env["libdir"] not in ["/usr/lib", "/lib"]:
- env.Prepend(RPATH=[installdir('libdir')])