Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 01ec25f660498f58cefd732c24b5165a > files > 4

stage-3.2.2-8.fc13.src.rpm

diff -up ./libstage/CMakeLists.txt.fixdso ./libstage/CMakeLists.txt
--- ./libstage/CMakeLists.txt.fixdso	2010-02-28 10:27:21.000000000 -0500
+++ ./libstage/CMakeLists.txt	2010-02-28 10:52:07.000000000 -0500
@@ -67,9 +67,9 @@ add_executable( stagebinary ${stagebinar
 # When compiling stagebinarySrcs, pass CFLAGS from fltk-config
 set_source_files_properties( ${stagebinarySrcs} PROPERTIES COMPILE_FLAGS "${FLTK_CFLAGS}" )
 
-set_target_properties( stagebinary PROPERTIES OUTPUT_NAME stage )
+set_target_properties( stagebinary PROPERTIES OUTPUT_NAME stage LINK_FLAGS "${FLTK_LDFLAGS}" )
 
-target_link_libraries( stagebinary stage )
+target_link_libraries( stagebinary stage pthread )
 
 INSTALL(TARGETS stagebinary stage
 	RUNTIME DESTINATION bin