summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-07-08 06:40:45 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-07-08 06:40:45 +0000
commitb2a317f33a855088deeeac8a3732a7b5f5f5b6bc (patch)
treef5f46272887deebe66ff986324f8358be198c62e /dev-libs/libf2c/files
parentOld version of zope depending on python-2.3 left the tree. Bug #222037 (diff)
downloadhistorical-b2a317f33a855088deeeac8a3732a7b5f5f5b6bc.tar.gz
historical-b2a317f33a855088deeeac8a3732a7b5f5f5b6bc.tar.bz2
historical-b2a317f33a855088deeeac8a3732a7b5f5f5b6bc.zip
Bump to latest upstream code. (#164397) Provide SONAME in libf2c.so. Also links libf2c with libm so we don't get any undefined symbols.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64
Diffstat (limited to 'dev-libs/libf2c/files')
-rw-r--r--dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch b/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch
new file mode 100644
index 000000000000..de85b6dbb471
--- /dev/null
+++ b/dev-libs/libf2c/files/20070912-link-shared-libf2c-correctly.patch
@@ -0,0 +1,11 @@
+--- makefile.u.orig 2008-07-07 23:27:41.000000000 -0700
++++ makefile.u 2008-07-07 23:28:39.000000000 -0700
+@@ -82,7 +82,7 @@
+ ## of "cc -shared".
+
+ libf2c.so: $(OFILES)
+- cc -shared -o libf2c.so $(OFILES)
++ $(CC) -shared -lm -o libf2c.so $(OFILES)
+
+ ### If your system lacks ranlib, you don't need it; see README.
+