diff options
Diffstat (limited to 'math/plplot/files/patch-cmake_modules_linuxvga.cmake')
-rw-r--r-- | math/plplot/files/patch-cmake_modules_linuxvga.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/plplot/files/patch-cmake_modules_linuxvga.cmake b/math/plplot/files/patch-cmake_modules_linuxvga.cmake index 7b4144171a59..cf0835cd456d 100644 --- a/math/plplot/files/patch-cmake_modules_linuxvga.cmake +++ b/math/plplot/files/patch-cmake_modules_linuxvga.cmake @@ -1,5 +1,5 @@ ---- ./cmake/modules/linuxvga.cmake.orig 2009-09-06 21:04:43.000000000 +0200 -+++ ./cmake/modules/linuxvga.cmake 2009-12-26 23:58:37.000000000 +0100 +--- cmake/modules/linuxvga.cmake.orig 2015-04-12 10:08:04 UTC ++++ cmake/modules/linuxvga.cmake @@ -35,7 +35,6 @@ # set the environment variable CMAKE_LIBRARY_PATH. # See cmake documentation for further details. @@ -8,7 +8,7 @@ if(PLD_linuxvga) find_package(VGA) if(VGA_FOUND) -@@ -50,6 +49,3 @@ +@@ -50,6 +49,3 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") set(PLD_linuxvga OFF CACHE BOOL "Enable linuxvga device" FORCE) endif(VGA_FOUND) endif(PLD_linuxvga) |