- don't pickup cppunit if it's installed; the current version causes
syntax error's in libmusicbrainz' tests. these tests can be build again when cppunit is more up to date. noticed by bernd@ and steven@, thanks! no pkgname bump needed.
This commit is contained in:
parent
691767b6fb
commit
dbea394d37
11
audio/libmusicbrainz/patches/patch-CMakeLists_txt
Normal file
11
audio/libmusicbrainz/patches/patch-CMakeLists_txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$OpenBSD: patch-CMakeLists_txt,v 1.1 2008/04/03 12:03:09 jasper Exp $
|
||||||
|
--- CMakeLists.txt.orig Thu Apr 3 13:58:34 2008
|
||||||
|
+++ CMakeLists.txt Thu Apr 3 13:58:42 2008
|
||||||
|
@@ -14,7 +14,6 @@ SET(musicbrainz3_SOVERSION ${musicbrainz3_SOVERSION_CU
|
||||||
|
|
||||||
|
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
|
||||||
|
FIND_PACKAGE(Neon REQUIRED)
|
||||||
|
-FIND_PACKAGE(CppUnit)
|
||||||
|
FIND_PACKAGE(DiscId)
|
||||||
|
|
||||||
|
SET(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
|
Loading…
x
Reference in New Issue
Block a user