diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-25 09:48:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-25 09:48:47 +0000 |
commit | 0d4d9caf8ba7b024a0bdb66e49aac6f9cef8061e (patch) | |
tree | 906ba32c35a0bd3060e1f3f51fa3f62cf0708a4d /sci-libs/clapack | |
parent | Version bump to ruby-gnome 0.19.4. (diff) | |
download | gentoo-2-0d4d9caf8ba7b024a0bdb66e49aac6f9cef8061e.tar.gz gentoo-2-0d4d9caf8ba7b024a0bdb66e49aac6f9cef8061e.tar.bz2 gentoo-2-0d4d9caf8ba7b024a0bdb66e49aac6f9cef8061e.zip |
SONAME fix
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/clapack')
-rw-r--r-- | sci-libs/clapack/files/3.2.1-solib.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/clapack/files/3.2.1-solib.patch b/sci-libs/clapack/files/3.2.1-solib.patch index 534927baf8a1..c35a5f7a7d7e 100644 --- a/sci-libs/clapack/files/3.2.1-solib.patch +++ b/sci-libs/clapack/files/3.2.1-solib.patch @@ -8,7 +8,7 @@ index 47bea67..bc23ad8 100644 ../$(LAPACKLIB): $(ALLOBJ) $(ALLXOBJ) - $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) $(ALLXOBJ) - $(RANLIB) $@ -+ $(CC) $(LDFLAGS) -shared -o $@ $(ALLOBJ) $(ALLXOBJ) -lf2c ++ $(CC) $(LOADOPTS) -shared -o $@ $(ALLOBJ) $(ALLXOBJ) -lf2c single: $(SLASRC) $(ALLAUX) $(SCLAUX) $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(SLASRC) $(ALLAUX) \ |