$OpenBSD: patch-CMakeLists_txt,v 1.3 2015/10/18 13:09:38 sthen Exp $
--- CMakeLists.txt.orig	Sun Jun 15 17:53:10 2014
+++ CMakeLists.txt	Sun Oct 18 13:51:24 2015
@@ -290,7 +290,6 @@ IF(CMAKE_COMPILER_IS_GNUCXX)
         -Wswitch-enum
         -Wcast-qual
         -Wwrite-strings
-        -Wredundant-decls
         -Wreorder
 		#-Wold-style-cast
        )
@@ -524,7 +523,7 @@ SET(PODOFO_LIB
 #
 # Setup directories we will need
 #
-SET(MANDIR "share/man/")
+SET(MANDIR "man/")
 
 # Create the config file. It'll be appended to as the subdirs run though
 # then dependency information will be written to it at the end of the
