From 8c617452f70f086f04afe664b7ccf7272b457187 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 16 Dec 2020 01:09:39 +0700 Subject: [PATCH] Remove __USE_BSD define that was copied from Linux. (#68) This isn't / wasn't needed on FreeBSD. --- bin/makefile-freebsd.386-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-freebsd.386-x b/bin/makefile-freebsd.386-x index ae27673..7b1419d 100644 --- a/bin/makefile-freebsd.386-x +++ b/bin/makefile-freebsd.386-x @@ -24,7 +24,7 @@ DISPOPTFLAGS = -O1 -gdwarf-2 FPFLAGS = DFLAGS = -DFSERROR -DNEW_STORAGE -DFREEBSD -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ - -DRELEASE=351 -D__USE_BSD + -DRELEASE=351 LDFLAGS = -L/usr/local/lib -lX11 -lc -lm -lcrypt LDELDFLAGS = -L/usr/local/lib -lX11 -lc -lm