cc08e8fa9c
Moves from gconf to gsettings. Comment the mozilla FLAVOR for now as it requires a newer xulrunner.
13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
$OpenBSD: patch-libmodman_CMakeLists_txt,v 1.2 2012/03/29 14:58:24 ajacoutot Exp $
|
|
--- libmodman/CMakeLists.txt.orig Mon Jun 6 23:44:37 2011
|
|
+++ libmodman/CMakeLists.txt Thu Mar 29 11:30:02 2012
|
|
@@ -12,7 +12,7 @@ add_library(modman STATIC
|
|
module_manager.hpp
|
|
module_manager.cpp)
|
|
if(NOT WIN32)
|
|
- target_link_libraries(modman dl)
|
|
+ target_link_libraries(modman)
|
|
endif()
|
|
|
|
### Tests
|