diff options
| author | Matthew Thode <mthode@mthode.org> | 2015-08-26 16:52:54 -0500 |
|---|---|---|
| committer | Matthew Thode <mthode@mthode.org> | 2015-08-26 16:55:23 -0500 |
| commit | 397435fe31fe7a8e7b615232b0fc0c64c701a619 (patch) | |
| tree | 38213a460f78ef35da0926a313415b4680a2deea /dev-python/PyECLib/files/PyECLib-usr-local.patch | |
| parent | 29d72357ac163648f52b0bdf8b97cb032d143c2d (diff) | |
| download | gentoo-397435fe31fe7a8e7b615232b0fc0c64c701a619.tar.gz gentoo-397435fe31fe7a8e7b615232b0fc0c64c701a619.tar.bz2 gentoo-397435fe31fe7a8e7b615232b0fc0c64c701a619.zip | |
dev-python/PyECLib: really fix it this time...
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/PyECLib/files/PyECLib-usr-local.patch')
| -rw-r--r-- | dev-python/PyECLib/files/PyECLib-usr-local.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyECLib/files/PyECLib-usr-local.patch b/dev-python/PyECLib/files/PyECLib-usr-local.patch index d2697c43cf44..2d923b226cdd 100644 --- a/dev-python/PyECLib/files/PyECLib-usr-local.patch +++ b/dev-python/PyECLib/files/PyECLib-usr-local.patch @@ -32,8 +32,8 @@ - libdirs = [ (topdir + "/" + locallibsrcdir + "/.libs "), - (topdir + "/" + locallibsrcdir + "/src/.libs ")] + libdirs = [] -+ #libdirs = [ (topdir + "/" + locallibsrcdir + "/.libs "), -+ # (topdir + "/" + locallibsrcdir + "/src/.libs ")] ++ libdirs = [ (topdir + "/" + locallibsrcdir + "/.libs "), ++ (topdir + "/" + locallibsrcdir + "/src/.libs ")] for d in libdirs: libflags = libflags + " -L" + d default_library_paths.append(d) |
