mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
659d41a5f3
PR: 6883 Submitted by: Pedro Giffuni S. <giffunip@asme.org>
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
# FreeBSD config exception file
|
|
|
|
MAKE = /usr/bin/make
|
|
INTERFACE_OPTS = -DWANT_X11
|
|
CC = gcc
|
|
CC_OPT = -O2 -pipe
|
|
CC_OPT_SAFE = -O2 -fno-strength-reduce -pipe
|
|
LDFLAGS = -L$(X11BASE)/lib -lm -ltermcap
|
|
ASM_HACK = < /dev/null
|
|
SYS_CFLAGS = -Dbsd
|