[BACK]Return to patch-cuneiform_src_CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / graphics / cuneiform / patches

Annotation of ports/graphics/cuneiform/patches/patch-cuneiform_src_CMakeLists_txt, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- cuneiform_src/CMakeLists.txt.orig  Thu Apr 22 22:54:23 2010
                      3: +++ cuneiform_src/CMakeLists.txt       Thu Apr 22 22:54:43 2010
                      4: @@ -45,7 +45,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Kern/includ
                      5:  include_directories(${CMAKE_CURRENT_BINARY_DIR}/Kern/include)
                      6:
                      7:  # Libdl is needed only on Apple and Linux (that I know of).
                      8: -if(NOT WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
                      9: +if(NOT WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
                     10:      find_library(DL_LIB dl)
                     11:  endif()
                     12:

CVSweb