8dd0483ec6
stage. Also, do not check for libdiscid, since it's not in our ports tree. no pkg change, no bump ok aja@ and shadchin@
13 lines
578 B
Plaintext
13 lines
578 B
Plaintext
$OpenBSD: patch-CMakeLists_txt,v 1.3 2012/01/03 14:08:12 dcoppa Exp $
|
|
--- CMakeLists.txt.orig Sat Sep 13 10:53:16 2008
|
|
+++ CMakeLists.txt Tue Jan 3 13:23:32 2012
|
|
@@ -20,8 +20,6 @@ SET(musicbrainz3_SOVERSION ${musicbrainz3_SOVERSION_MA
|
|
|
|
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)")
|
|
SET(EXEC_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Installation prefix for executables and object code libraries" FORCE)
|