mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
651a8e564d
- math/atlas change default option to not compile static libs. Change scilab to use .so - Add OPTIONS to use or not use atlas and gtk2 interface [1] - portlint(1) PR: 93695 [1] Submitted by: maintainer
13 lines
434 B
C
13 lines
434 B
C
--- routines/graphics/periGtk.c.orig Tue Mar 21 18:51:59 2006
|
|
+++ routines/graphics/periGtk.c Tue Mar 21 18:52:33 2006
|
|
@@ -862,8 +862,8 @@
|
|
static void xset_curwin(integer *intnum, integer *v2, integer *v3, integer *v4)
|
|
{
|
|
struct BCG *bcgk;
|
|
- bcgk = ScilabXgc ;
|
|
integer ierr;
|
|
+ bcgk = ScilabXgc ;
|
|
/** send info to menu **/
|
|
if (v2 != (integer *) 0) MenuFixCurrentWin(*intnum);
|
|
if ( ScilabXgc == (struct BCG *) 0 )
|