24fd0afc96
somewhat broken: no shared stdc++ library (why ?) and ada still doesn't build (segfaults).
17 lines
624 B
Plaintext
17 lines
624 B
Plaintext
$OpenBSD: patch-libf2c_Makefile_in,v 1.1 2006/01/09 12:16:35 espie Exp $
|
|
--- libf2c/Makefile.in.orig Mon Jan 9 13:06:57 2006
|
|
+++ libf2c/Makefile.in Mon Jan 9 13:07:42 2006
|
|
@@ -150,9 +150,11 @@ i77 f77 u77: g2c.h
|
|
# library. The point of breaking them up is to avoid command-line
|
|
# length limitations.
|
|
|
|
+include $(toplevel_srcdir)/libversions
|
|
+
|
|
$(LIBG2C): s-libi77 s-libf77 s-libu77 s-libe77
|
|
$(LIBTOOL) --mode=link $(CC) -o $@ \
|
|
- -version-info $(VERSION_MAJOR):$(VERSION_MINOR):$(VERSION_SUB) \
|
|
+ $(LIBg2c_LTVERSION) \
|
|
-rpath $(glibcpp_toolexeclibdir) \
|
|
-objectlist s-libe77 \
|
|
-objectlist s-libf77 \
|