1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/superlu/files/patch-ab
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
284 B
Plaintext

*** SRC/util.h.orig Fri Aug 6 04:21:40 1999
--- SRC/util.h Thu Dec 16 03:32:32 1999
***************
*** 4,10 ****
--- 4,12 ----
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <assert.h>
/* Macros */