mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
Fix up a couple old patches to apply, and drop one that doesn't. There's been a bit of development since 2009, after all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
14 lines
444 B
Diff
14 lines
444 B
Diff
diff --git a/makefile.u b/makefile.u
|
|
index a1cb700..6d5fb78 100644
|
|
--- a/makefile.u
|
|
+++ b/makefile.u
|
|
@@ -88,7 +88,7 @@ libf2c.a: $(OFILES)
|
|
## arrange for $DYLD_LIBRARY_PATH to include the directory containing libf2c.so.
|
|
|
|
libf2c.so: $(OFILES)
|
|
- $(CC) $(LDFLAGS) -shared -o libf2c.so $(OFILES)
|
|
+ $(CC) $(LDFLAGS) -shared -Wl,-soname,libf2c.so.2 -o libf2c.so.2 -lm $(OFILES)
|
|
|
|
### If your system lacks ranlib, you don't need it; see README.
|
|
|