1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/math/scilab/files/patch-routines__graphics__periGtk.c
Marcus Alves Grando 651a8e564d - Change master site to fix fetch [1]
- 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
2006-03-22 00:37:53 +00:00

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 )