mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01:00
27 lines
763 B
Diff
27 lines
763 B
Diff
>From bf06cdf83375c11a47bddc3683143b3e2c0fdfcb Mon Sep 17 00:00:00 2001
|
|
From: DRC <information@virtualgl.org>
|
|
Date: Tue, 26 Feb 2013 03:38:45 -0600
|
|
Subject: [PATCH 2/4] Fl_cocoa.mm depends on some Carbon functions, so we need
|
|
to include that framework.
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 7d9d94b..cae895e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -51,7 +51,7 @@ if(APPLE)
|
|
set(HAVE_STRTOLL 1)
|
|
set(HAVE_STRCASECMP 1)
|
|
set(HAVE_DIRENT_H 1)
|
|
- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework Cocoa")
|
|
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework Cocoa -framework Carbon")
|
|
endif(APPLE)
|
|
|
|
if(WIN32)
|
|
--
|
|
1.8.1.3
|
|
|