From 00751d257ea4195654914ac7d4f0eabf71782394 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 22 Dec 2016 20:01:58 +0000 Subject: [PATCH] * support bootstrapping with FPC 3.0.2 git-svn-id: trunk@35178 - --- Makefile | 1 + Makefile.fpc | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b912f7805c..13c2f25a10 100644 --- a/Makefile +++ b/Makefile @@ -334,6 +334,7 @@ endif override PACKAGE_NAME=fpc override PACKAGE_VERSION=3.1.1 REQUIREDVERSION=3.0.0 +REQUIREDVERSION2=3.0.2 ifndef inOS2 override FPCDIR:=$(BASEDIR) export FPCDIR diff --git a/Makefile.fpc b/Makefile.fpc index 91ccb6a26b..ccc401af43 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -21,6 +21,7 @@ rule=help [prerules] REQUIREDVERSION=3.0.0 +REQUIREDVERSION2=3.0.2 # make versions < 3.77 (OS2 version) are buggy