[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[fluid-dev] [PATCH 1/4] Disable IPv6 on OS/2
From: |
KO Myung-Hun |
Subject: |
[fluid-dev] [PATCH 1/4] Disable IPv6 on OS/2 |
Date: |
Sun, 5 Feb 2017 19:53:47 +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.11.0