mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
dev-libs/bcunit: new recipe (#1986)
This commit is contained in:
22
dev-libs/bcunit/patches/bcunit-3.0.2.patchset
Normal file
22
dev-libs/bcunit/patches/bcunit-3.0.2.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 7b0aa89a836b38cf5abfe0b1489d91719638a763 Mon Sep 17 00:00:00 2001
|
||||
From: Leorize <alaviss@users.noreply.github.com>
|
||||
Date: Thu, 28 Dec 2017 18:40:39 +0700
|
||||
Subject: fix test
|
||||
|
||||
|
||||
diff --git a/BCUnit/Sources/Test/Makefile.am b/BCUnit/Sources/Test/Makefile.am
|
||||
index 04c1e8e..f6729b2 100644
|
||||
--- a/BCUnit/Sources/Test/Makefile.am
|
||||
+++ b/BCUnit/Sources/Test/Makefile.am
|
||||
@@ -5,7 +5,7 @@ testdir=${datadir}/@PACKAGE@/Test
|
||||
|
||||
test_PROGRAMS = test_bcunit
|
||||
test_bcunit_SOURCES = test_bcunit.c
|
||||
-test_bcunit_LDADD = ../libbcunit_test.a
|
||||
+test_bcunit_LDADD = ../libbcunit_test.a ../Basic/.libs/libbcunitbasic.a
|
||||
test_bcunit_LDFLAGS = -L..
|
||||
|
||||
INCLUDES = -I../../Headers -DMEMTRACE -DBCUNIT_BUILD_TESTS -DBCUNIT_DO_NOT_DEFINE_UNLESS_BUILDING_TESTS
|
||||
--
|
||||
2.15.0
|
||||
|
||||
Reference in New Issue
Block a user