view src/fltk-2-uuid-mod.patch @ 3966:e1c46df42951

of-netcdf: update to 1.0.7 * src/of-netcdf.mk: update versuion, checksum * build_packages.m: update netcdf version * src/of-netcdf-1-cross-fixes.patch: removed file * dist-files.mk: removed of-netcdf-1-cross-fixes.patch
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Jun 2015 20:50:52 -0400
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