tomjbe      14/12/13 13:19:46

  Added:                fix-bashism.patch
  Removed:              vfprintf_bug.diff
  Log:
  Builds with dash (bug #526554). Drop old. Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  Changes    Path
1.1                  media-radio/flrig/files/fix-bashism.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/flrig/files/fix-bashism.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/flrig/files/fix-bashism.patch?rev=1.1&content-type=text/plain

Index: fix-bashism.patch
===================================================================
--- m4/fltk.m4.orig     2014-12-13 13:46:29.000000000 +0100
+++ m4/fltk.m4  2014-12-13 14:03:44.000000000 +0100
@@ -38,7 +38,7 @@
           FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
           if test "x$target_mingw32" != "xyes"; then
               if test "x$target_darwin" != "xyes"; then
-                  if grep -q "lX11" <<< "$FLTK_LIBS"; then
+                  if echo "$FLTK_LIBS" | grep -q "lX11" ; then
                       FLTK_LIBS="$FLTK_LIBS";
                   else
                       FLTK_LIBS="$FLTK_LIBS -lm -lX11";




Reply via email to