openbsd-ports/lang/gfortran/patches/patch-fixincludes_Makefile_in
steven 6f0b523996 import separate port of gfortran 4.2.1, in sync with the base compiler.
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.
2010-10-10 17:39:06 +00:00

24 lines
823 B
Plaintext

$OpenBSD: patch-fixincludes_Makefile_in,v 1.1.1.1 2010/10/10 17:39:06 steven Exp $
--- fixincludes/Makefile.in.orig Wed Oct 11 01:48:09 2006
+++ fixincludes/Makefile.in Sun Jun 20 18:49:30 2010
@@ -83,7 +83,7 @@ default : all
##
## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-LIBIBERTY=../libiberty/libiberty.a
+#LIBIBERTY=../libiberty/libiberty.a
ALLOBJ = fixincl.o fixtests.o fixfixes.o server.o procopen.o \
fixlib.o fixopts.o
@@ -169,8 +169,8 @@ $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../gcc/aclocal
cp $(srcdir)/../gcc/aclocal.m4 .
check : all
- autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
- $(SHELL) ./check.sh $(srcdir)/tests/base
+ -autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
+ -$(SHELL) ./check.sh $(srcdir)/tests/base
@rm -f ./check.sh
install : all