pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47216: math/octave build fails if fltk is installed



The following reply was made to PR pkg/47216; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/47216: math/octave build fails if fltk is installed
Date: Mon, 19 Nov 2012 16:10:10 +0000

 --w7PDEPdKQumQfZlR
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 As per explanation in the bug, here is a much simpler patch - I didn't
 realise that "native graphics" = "fltk + opengl", i.e., disabling the
 opengl also disables the fltk.
 
 --w7PDEPdKQumQfZlR
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="octave.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/math/octave/Makefile,v
 retrieving revision 1.105
 diff -u -r1.105 Makefile
 --- Makefile   27 Oct 2012 13:01:35 -0000      1.105
 +++ Makefile   19 Nov 2012 16:08:32 -0000
 @@ -36,6 +36,8 @@
  CONFIGURE_ARGS+=      --enable-static
  CONFIGURE_ARGS+=      --enable-shared
  
 +CONFIGURE_ARGS+=      --without-opengl
 +
  .include "options.mk"
  
  INFO_FILES=   yes
 
 --w7PDEPdKQumQfZlR--
 


Home | Main Index | Thread Index | Old Index