openbsd-ports/lang/gcc/3.4/patches/patch-libf2c_Makefile_in
espie 24fd0afc96 update to a more recent version, register SHARED_LIBS, fiddle a bit.
somewhat broken: no shared stdc++ library (why ?) and ada still doesn't
build (segfaults).
2006-01-09 12:16:35 +00:00

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 \