$OpenBSD: patch-source_glest_map_editor_CMakeLists_txt,v 1.1.1.1 2013/01/28 13:58:49 stsp Exp $
Program fails to start ("unable to init GTK") when help2man runs it.
--- source/glest_map_editor/CMakeLists.txt.orig	Wed Jan  9 20:28:26 2013
+++ source/glest_map_editor/CMakeLists.txt	Wed Jan  9 20:36:59 2013
@@ -143,7 +143,7 @@ IF(BUILD_MEGAGLEST_MAP_EDITOR)
 	ENDIF()
 	TARGET_LINK_LIBRARIES(${TARGET_NAME} ${EXTERNAL_LIBS})
 
-	IF(EXISTS ${HELP2MAN})
+	IF(FALSE)
 		MESSAGE("***-- Found help2man: ${HELP2MAN} about to build manpage in [${EXECUTABLE_OUTPUT_PATH}/${TARGET_NAME_MANPAGE}]")
 
                 SET(MG_MANPAGE_DESCRIPTION "Map editor for the popular 3D realtime stragegy game")
@@ -169,7 +169,7 @@ IF(BUILD_MEGAGLEST_MAP_EDITOR)
 		        ${TARGET_NAME} 
 		        DESTINATION ${MEGAGLEST_BIN_INSTALL_PATH})
 
-	        IF(EXISTS ${HELP2MAN})
+	        IF(FALSE)
          		MESSAGE(STATUS "**NOTE: Will Install manpage [${TARGET_NAME_MANPAGE}] to [${MEGAGLEST_MANPAGE_INSTALL_PATH}]")	
 
 		        # Installation of the program manpage file
