fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] [PATCH 1/2] Disable IPv6 on OS/2


From: KO Myung-Hun
Subject: [fluid-dev] [PATCH 1/2] Disable IPv6 on OS/2
Date: Mon, 18 Jan 2016 18:18:59 +0900

OS/2 does not support IPv6, yet.
---
 fluidsynth/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fluidsynth/CMakeLists.txt b/fluidsynth/CMakeLists.txt
index c76b754..7c145fe 100644
--- a/fluidsynth/CMakeLists.txt
+++ b/fluidsynth/CMakeLists.txt
@@ -83,6 +83,7 @@ endif ( ${CMAKE_SYSTEM} MATCHES "Darwin" )
 
 if ( ${CMAKE_SYSTEM} MATCHES "OS2" )
     option ( enable-dart "compile DART support (if it is available)" on )
+    set ( enable-ipv6 off )
 endif ( ${CMAKE_SYSTEM} MATCHES "OS2" )
 
 # Initialize the library directory name suffix.
-- 
2.7.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]