diff options
author | 2017-01-23 23:27:07 -0600 | |
---|---|---|
committer | 2017-01-23 23:29:23 -0600 | |
commit | d37ceef5003b9da9a94c435fafe72bfc39334cf4 (patch) | |
tree | e276d72e25569908df60576b866394575d4c4f72 /sci-geosciences/gpsd/files | |
parent | profiles: Augment GPSD_PROTOCOLS use expand and add descriptions (diff) | |
download | gentoo-d37ceef5003b9da9a94c435fafe72bfc39334cf4.tar.gz gentoo-d37ceef5003b9da9a94c435fafe72bfc39334cf4.tar.bz2 gentoo-d37ceef5003b9da9a94c435fafe72bfc39334cf4.zip |
sci-geosciences/gpsd: update live ebuild, bug #602336
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'sci-geosciences/gpsd/files')
-rw-r--r-- | sci-geosciences/gpsd/files/gpsd-9999-do_not_rm_library.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-geosciences/gpsd/files/gpsd-9999-do_not_rm_library.patch b/sci-geosciences/gpsd/files/gpsd-9999-do_not_rm_library.patch new file mode 100644 index 000000000000..83e2907fca5b --- /dev/null +++ b/sci-geosciences/gpsd/files/gpsd-9999-do_not_rm_library.patch @@ -0,0 +1,12 @@ +diff --git a/SConstruct b/SConstruct +index c0f083a..4a98580 100644 +--- a/SConstruct ++++ b/SConstruct +@@ -1646,7 +1646,6 @@ binaryinstall.append(env.Install(installdir('sbindir'), sbin_binaries)) + binaryinstall.append(env.Install(installdir('bindir'), bin_binaries)) + binaryinstall.append(LibraryInstall(env, installdir('libdir'), compiled_gpslib, libgps_version)) + # Work around a minor bug in InstallSharedLib() link handling +-env.AddPreAction(binaryinstall, 'rm -f %s/libgps.*' % (installdir('libdir'), )) + + if qt_env: + binaryinstall.append(LibraryInstall(qt_env, installdir('libdir'), compiled_qgpsmmlib, libgps_version)) |