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

Annotation of ports/graphics/smartdeblur/patches/patch-CMakeLists_txt, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- CMakeLists.txt.orig        Fri Jan 31 23:15:39 2014
        !             3: +++ CMakeLists.txt     Fri Jan 31 23:15:56 2014
        !             4: @@ -74,7 +74,7 @@ include(External_FFTW)
        !             5:
        !             6:  include_directories(
        !             7:    ${CMAKE_CURRENT_BINARY_DIR}
        !             8: -  ${FFTW_INCLUDES}
        !             9: +  ${FFTW_INCLUDE_DIR}
        !            10:    ${CMAKE_CURRENT_SOURCE_DIR}
        !            11:    ${QT_INCLUDES}
        !            12:    )

CVSweb