From d4b3fedddda521ee7f4b5f3ef5614bf34a9c0379 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 30 Nov 2020 21:26:40 +0000 Subject: [PATCH] LazMapViewer: Fix compilation with FPC 3.2. Fix rgbgraphics package name. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7913 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/lazmapviewer/example/MapViewer_Demo.lpi | 3 --- .../lazmapviewer/example_with_addons/MapViewer_Demo.lpi | 4 ---- components/lazmapviewer/lazmapviewer_rgbgraphics.lpk | 4 ++-- components/lazmapviewer/source/mvdlefpc.pas | 3 +++ 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/components/lazmapviewer/example/MapViewer_Demo.lpi b/components/lazmapviewer/example/MapViewer_Demo.lpi index cb636c771..ea55ffa3a 100644 --- a/components/lazmapviewer/example/MapViewer_Demo.lpi +++ b/components/lazmapviewer/example/MapViewer_Demo.lpi @@ -77,9 +77,6 @@ - - - diff --git a/components/lazmapviewer/example_with_addons/MapViewer_Demo.lpi b/components/lazmapviewer/example_with_addons/MapViewer_Demo.lpi index df03d1c59..fd54f8b62 100644 --- a/components/lazmapviewer/example_with_addons/MapViewer_Demo.lpi +++ b/components/lazmapviewer/example_with_addons/MapViewer_Demo.lpi @@ -24,7 +24,6 @@ - @@ -77,9 +76,6 @@ - - - diff --git a/components/lazmapviewer/lazmapviewer_rgbgraphics.lpk b/components/lazmapviewer/lazmapviewer_rgbgraphics.lpk index 524e52655..c36a88738 100644 --- a/components/lazmapviewer/lazmapviewer_rgbgraphics.lpk +++ b/components/lazmapviewer/lazmapviewer_rgbgraphics.lpk @@ -26,10 +26,10 @@ - + - + diff --git a/components/lazmapviewer/source/mvdlefpc.pas b/components/lazmapviewer/source/mvdlefpc.pas index 0825e2731..1ab1b5e03 100644 --- a/components/lazmapviewer/source/mvdlefpc.pas +++ b/components/lazmapviewer/source/mvdlefpc.pas @@ -56,6 +56,9 @@ uses {$IFDEF LOG_URL} lazlogger, {$ENDIF} + {$IF FPC_FullVersion >= 30200} + opensslsockets, + {$IFEND} fphttpclient, openssl; { TMVDEFPC }