mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
8a6316dbd9
PR: ports/68186 Submitted by: Chris Pressey <cpressey@catseye.mine.nu>
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
--- Makefile.freebsd.orig 2004-02-13 14:27:00.000000000 -0800
|
|
+++ Makefile.freebsd 2004-06-21 17:11:28.000000000 -0700
|
|
@@ -74,7 +74,7 @@
|
|
PORG = -O
|
|
|
|
AWK= awk
|
|
-CFLAGS= $(PORG) -DAIO -DFIFO -DMMAP -DTTY -DFreeBSD
|
|
+CFLAGS+=$(PORG) -DAIO -DFIFO -DMMAP -DTTY -DFreeBSD -D_BSD_SOURCE
|
|
CPP= /usr/bin/cpp
|
|
CPPOPTS=
|
|
LDFLAGS=
|