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

Annotation of ports/graphics/zint/patches/patch-backend_CMakeLists_txt, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- backend/CMakeLists.txt.orig        Mon Apr  4 14:03:37 2011
        !             3: +++ backend/CMakeLists.txt     Mon Apr  4 14:03:58 2011
        !             4: @@ -11,7 +11,7 @@ set(zint_TWODIM_SRCS code16k.c dmatrix.c pdf417.c qr.c
        !             5:  set(zint_SRCS ${zint_COMMON_SRCS} ${zint_ONEDIM_SRCS} ${zint_POSTAL_SRCS} ${zint_TWODIM_SRCS} )
        !             6:
        !             7:  if(PNG_FOUND)
        !             8: -    include_directories( ${PNG_INCLUDES} )
        !             9: +    include_directories( ${PNG_INCLUDE_DIR} )
        !            10:  else(PNG_FOUND)
        !            11:      add_definitions (-DNO_PNG)
        !            12:  endif(PNG_FOUND)

CVSweb