mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d38479ecaa
* Respect CFLAGS. * Make less use of __FreeBSD__. * Use more system-defined make variables. PR: 15746 Submitted by: maintainer
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
# FreeBSD config exception file
|
|
|
|
MAKE = /usr/bin/make
|
|
INTERFACE_OPTS = -DWANT_X11
|
|
CC_OPT = $(CFLAGS)
|
|
#CC_OPT_SAFE = $(CFLAGS) -fno-strength-reduce
|
|
X_DIR = $(X11BASE)
|
|
LDFLAGS = -L$(X11BASE)/lib -lreadline -lm -ltermcap
|
|
ASM_HACK = < /dev/null
|
|
SYS_CFLAGS = -Dbsd -DHAS_GNUREADLINE
|