[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / qmapshack / tangogis / patches

Annotation of qmapshack/tangogis/patches/patch-CMakeLists_txt, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- CMakeLists.txt.orig        Mon Oct 17 15:40:32 2011
        !             3: +++ CMakeLists.txt     Fri Oct 21 07:24:26 2011
        !             4: @@ -25,7 +25,7 @@ set (PROJECT_SOURCE_LIST src/main.c
        !             5:
        !             6:  FIND_PACKAGE(GTK2 REQUIRED gtk)
        !             7:  include_directories(${GTK2_INCLUDE_DIRS})
        !             8: -include_directories("/usr/include/gconf/2/")
        !             9: +include_directories("!!LOCALBASE!!/include/gconf/2/")
        !            10:
        !            11:
        !            12:

CVSweb