1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

cad/openvsp: Remove unnecessary patch for libxml2

PR:		275864
Reported by:	diizzy@FreeBSD.org
This commit is contained in:
Fernando Apesteguía 2023-12-21 09:07:19 +01:00
parent eac887e057
commit 53d4b27d96

View File

@ -1,15 +0,0 @@
Openvsp uses libxml, without explicitly looking for it; in CMake 3.9
this was still OK as some other module included it. That implicit
search has gone away, so add it explicitly where it is used.
--- src/vsp/CMakeLists.txt.orig 2017-09-16 22:18:44 UTC
+++ src/vsp/CMakeLists.txt
@@ -3,6 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
# include the CTest framework
include(CTest)
+find_package(libXml2)
+
IF("${CMAKE_SYSTEM}" MATCHES "Linux")
SET( LINUX_LIBS
pthread