FLTK logo

[branch-1.3] 784b8a5 - Restore ./configure --enable-x11 on macOS

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[branch-1.3] 784b8a5 - Restore ./configure --enable-x11 on macOS "ManoloFLTK" Apr 12, 2021  
 
commit 784b8a5e679728529e2ad135f1f0d8c6575912e6
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Mon Apr 12 08:50:59 2021 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Mon Apr 12 08:50:59 2021 +0200

    Restore ./configure --enable-x11 on macOS

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git configure.ac configure.ac
index ec62785..2c0738d 100644
--- configure.ac
+++ configure.ac
@@ -87,7 +87,7 @@ case $host_os in
     darwin*)
 	if test x$enable_x11 = xyes; then
 		host_os_gui="X11"
-		OPTIM="-U__APPLE__ -mmacosx-version-min=10.3 $OPTIM"
+		OPTIM="-U__APPLE__ -mmacosx-version-min=10.9 -D_LIBCPP_HAS_THREAD_API_PTHREAD $OPTIM"
 	fi
 	;;
    *)
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.