view src/fltk-2-uuid-mod.patch @ 2993:1f944d8d6fe5

Modfications for libuuid dependancies * index.html: Added uuid package entry. * src/fltk-2-uuid-mod.patch: New patch file * src/fltk.m: Added uuid to fltk dependancies. * src/octave.mk (PKG_BUILD): Removed build of uuid.dll. * src/uuid.mk: New file.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 May 2013 12:37:14 -0400
parents
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