1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/sysutils/xfsm/files/patch-ac
Vanilla I. Shu 60ef73094f - Fix MASTER_SITES
- Support CC/CFLAGS properly

PR:		ports/17467
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-02 11:31:48 +00:00

12 lines
464 B
Plaintext

--- xfsm_util.c.orig Thu Feb 18 04:35:38 1999
+++ xfsm_util.c Wed Mar 15 03:08:33 2000
@@ -152,7 +152,7 @@
/* *** FreeBSD has fsize which is the physical block size *** */
/* *** and bsize which is the optimal transfer block size *** */
/* *** and which depends on the filesystem parameter. *** */
- calc_bsize=stats[i].f_fsize;
+ calc_bsize=stats[i].f_bsize;
#endif /* FreeBSD */
/* *** take the longer of the two 'problematic' strings *** */