mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f4c18adf51
PR: 18509 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
# FreeBSD config exception file
|
|
|
|
MAKE = /usr/bin/make
|
|
INTERFACE_OPTS = -DWANT_X11
|
|
CC = cc
|
|
CC_OPT = -O2 -pipe
|
|
CC_OPT_SAFE = -O2 -fno-strength-reduce -pipe
|
|
LDFLAGS = -L$(X11BASE)/lib -lm -ltermcap
|
|
SYS_CFLAGS = -Dbsd
|