mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
From cdf42e3fc1094017edc8229ebeb32aa83e7b1aa3 Mon Sep 17 00:00:00 2001
|
|
From: Begasus <begasus@gmail.com>
|
|
Date: Wed, 27 Sep 2023 10:04:20 +0200
|
|
Subject: Disable failing/crashing tests
|
|
|
|
|
|
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
|
|
index 362a43b..2aac2cb 100644
|
|
--- a/test/CMakeLists.txt
|
|
+++ b/test/CMakeLists.txt
|
|
@@ -114,8 +114,6 @@ SET(Geometry
|
|
|
|
SET( IMPORTERS
|
|
unit/ImportExport/Assxml/utAssxmlImportExport.cpp
|
|
- unit/utLWSImportExport.cpp
|
|
- unit/utLWOImportExport.cpp
|
|
unit/utSMDImportExport.cpp
|
|
unit/utglTFImportExport.cpp
|
|
unit/utglTF2ImportExport.cpp
|
|
--
|
|
2.52.0
|
|
|
|
|
|
From cabfe18c721dd30794dcc4c4384a3d721cb60d3a Mon Sep 17 00:00:00 2001
|
|
From: Luc Schrijvers <begasus@gmail.com>
|
|
Date: Tue, 22 Jul 2025 10:01:27 +0200
|
|
Subject: Add missing prefix for pkg-config
|
|
|
|
|
|
diff --git a/assimp.pc.in b/assimp.pc.in
|
|
index 555a3a1..280abe6 100644
|
|
--- a/assimp.pc.in
|
|
+++ b/assimp.pc.in
|
|
@@ -1,3 +1,4 @@
|
|
+prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
--
|
|
2.52.0
|
|
|