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
707 B
Plaintext
22 lines
707 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/10/10 17:39:06 steven Exp $
|
|
--- Makefile.in.orig Fri Dec 29 18:47:06 2006
|
|
+++ Makefile.in Sun Jun 20 21:02:26 2010
|
|
@@ -444,6 +444,8 @@ BASE_FLAGS_TO_PASS = \
|
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
|
"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
|
|
"LEX=$(LEX)" \
|
|
+ "LIBIBERTY=$(LIBIBERTY)" \
|
|
+ "BUILD_LIBIBERTY=$(BUILD_LIBIBERTY)" \
|
|
"M4=$(M4)" \
|
|
"MAKE=$(MAKE)" \
|
|
"RUNTEST=$(RUNTEST)" \
|
|
@@ -11132,7 +11134,7 @@ check-fixincludes:
|
|
.PHONY: install-fixincludes maybe-install-fixincludes
|
|
maybe-install-fixincludes:
|
|
@if fixincludes
|
|
-maybe-install-fixincludes: install-fixincludes
|
|
+maybe-install-fixincludes:
|
|
|
|
install-fixincludes: installdirs
|
|
@: $(MAKE); $(unstage)
|