diff options
author | wiz <wiz@pkgsrc.org> | 2011-11-17 08:12:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-11-17 08:12:40 +0000 |
commit | 462ed3895771b42a0c1b02609e7920e0ff99ed7a (patch) | |
tree | 636d276f0dccbf7f0c26b35d03777d004dc80fbd /graphics/darktable | |
parent | d83822ae138c3e454fc705ec05f6a334b3f9bef3 (diff) | |
download | pkgsrc-462ed3895771b42a0c1b02609e7920e0ff99ed7a.tar.gz |
Fix typo. Ride last night's update.
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/patches/patch-src_CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/darktable/patches/patch-src_CMakeLists.txt b/graphics/darktable/patches/patch-src_CMakeLists.txt index 6a345c08af7..4a91fa899d3 100644 --- a/graphics/darktable/patches/patch-src_CMakeLists.txt +++ b/graphics/darktable/patches/patch-src_CMakeLists.txt @@ -1,4 +1,4 @@ -$NetBSD: patch-src_CMakeLists.txt,v 1.3 2011/11/15 21:19:02 jakllsch Exp $ +$NetBSD: patch-src_CMakeLists.txt,v 1.4 2011/11/17 08:12:40 wiz Exp $ Various thing to possibly improve portability. @@ -19,7 +19,7 @@ Various thing to possibly improve portability. else() - set(MARCH "-mtune=generic") + MESSAGE("-- Checking for -mtune=generic support") -+ CHECK_C_COMPILER_FLAG("-mtuen=generic" MTUNEGENERIC) ++ CHECK_C_COMPILER_FLAG("-mtune=generic" MTUNEGENERIC) + if (MTUNEGENERIC) + set(MARCH "-mtune=generic") + endif() @@ -28,7 +28,7 @@ Various thing to possibly improve portability. else() - set(MARCH "-mtune=generic") + MESSAGE("-- Checking for -mtune=generic support") -+ CHECK_C_COMPILER_FLAG("-mtuen=generic" MTUNEGENERIC) ++ CHECK_C_COMPILER_FLAG("-mtune=generic" MTUNEGENERIC) + if (MTUNEGENERIC) + set(MARCH "-mtune=generic") + endif() |