view src/fltk-2-uuid-mod.patch @ 6215:d18a5545df0d release

build-gettext: Don't build emacs bindings. * src/build-gettext.mk: The `emacs` installed on the build system might be incompatible with the STL built by build-gcc. We probably don't need the emacs bindings for the `gettext` build tool anyway. So skip building those bindings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 07 May 2022 12:01:10 +0200
parents 1f944d8d6fe5
children
line wrap: on
line source

diff -ur fltk-1.3.1.orig/fltk-config.in fltk-1.3.1/fltk-config.in
--- fltk-1.3.1.orig/fltk-config.in	2013-05-24 20:20:53.000000000 -0400
+++ fltk-1.3.1/fltk-config.in	2013-05-24 20:22:12.000000000 -0400
@@ -341,7 +341,7 @@
     libdirs=$libs
 
     for i in $LDLIBS ; do
-	if test $i != -L$libdir ; then
+	if test $i != -L$libdir -a $i != -luuid ; then
 	    if test -z "$my_libs" ; then
 		my_libs="$i"
 	    else