6f0b523996
meant to be used on archs that have gcc4 in base, this doesn't require a full gcc build from ports, and provides libgfortran as a subpackage. idea from espie some months ago.
22 lines
820 B
Plaintext
22 lines
820 B
Plaintext
$OpenBSD: patch-gcc_configure,v 1.1.1.1 2010/10/10 17:39:07 steven Exp $
|
|
--- gcc/configure.orig Sun Jun 20 22:35:23 2010
|
|
+++ gcc/configure Sun Jun 20 22:36:11 2010
|
|
@@ -17209,7 +17209,7 @@ s,@COLLECT2_LIBS@,$COLLECT2_LIBS,;t t
|
|
s,@GNAT_LIBEXC@,$GNAT_LIBEXC,;t t
|
|
s,@LDEXP_LIB@,$LDEXP_LIB,;t t
|
|
s,@TARGET_GETGROUPS_T@,$TARGET_GETGROUPS_T,;t t
|
|
-s,@LIBICONV@,$LIBICONV,;t t
|
|
+s,@LIBICONV@,$LTLIBICONV,;t t
|
|
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
|
s,@LIBICONV_DEP@,$LIBICONV_DEP,;t t
|
|
s,@manext@,$manext,;t t
|
|
@@ -17218,7 +17218,7 @@ s,@gthread_flags@,$gthread_flags,;t t
|
|
s,@extra_modes_file@,$extra_modes_file,;t t
|
|
s,@extra_opt_files@,$extra_opt_files,;t t
|
|
s,@USE_NLS@,$USE_NLS,;t t
|
|
-s,@LIBINTL@,$LIBINTL,;t t
|
|
+s,@LIBINTL@,$LTLIBINTL,;t t
|
|
s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
|
|
s,@INCINTL@,$INCINTL,;t t
|
|
s,@XGETTEXT@,$XGETTEXT,;t t
|