1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/math/superlu/files/patch-ac
Steve Price 5906459791 * Update to version 2.0.
* Modified patches to suppport CC/CFLAGS properly
* Updated WWW: line of pkg/DESCR
* Fixed pkg/PLIST

PR:		15501
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:30:26 +00:00

15 lines
319 B
Plaintext

*** SRC/sp_coletree.c.orig Fri Aug 6 05:31:22 1999
--- SRC/sp_coletree.c Thu Dec 16 03:29:12 1999
***************
*** 2,8 ****
--- 2,10 ----
/* Elimination tree computation and layout routines */
#include <stdio.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <stdlib.h>
#include "util.h"