[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / geo / gpsdrive / patches

Annotation of ports/geo/gpsdrive/patches/patch-CMakeLists_txt, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- CMakeLists.txt.orig        Fri Apr 30 23:16:02 2010
        !             3: +++ CMakeLists.txt     Fri Apr 30 23:16:29 2010
        !             4: @@ -19,9 +19,6 @@ include(MacroEnsureOutOfSourceBuild)
        !             5:  include(MacroGetSubversionRevision)
        !             6:  macro_get_subversion_revision(SVN_REVISION)
        !             7:
        !             8: -# disallow in-source build
        !             9: -macro_ensure_out_of_source_build("${APPLICATION_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/gpsdrive [options]' there.")
        !            10: -
        !            11:  # macro_optional_find_package() is the same as FIND_PACKAGE(<name>) but additionally creates an OPTION(WITH_<name>)
        !            12:  # so the checking for the software can be disabled via ccmake or -DWITH_<name>=OFF
        !            13:  #MACRO_OPTIONAL_FIND_PACKAGE(DBUS)

CVSweb