openbsd-ports/net/libproxy/patches/patch-libmodman_CMakeLists_txt
ajacoutot cc08e8fa9c Update to libproxy-0.4.7.
Moves from gconf to gsettings.
Comment the mozilla FLAVOR for now as it requires a newer xulrunner.
2012-03-29 14:58:24 +00:00

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