summaryrefslogtreecommitdiff
path: root/cad/spice/files/FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to 'cad/spice/files/FreeBSD')
-rw-r--r--cad/spice/files/FreeBSD4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/spice/files/FreeBSD b/cad/spice/files/FreeBSD
index 59a8f9359bd6..9639ab93fd9e 100644
--- a/cad/spice/files/FreeBSD
+++ b/cad/spice/files/FreeBSD
@@ -4,7 +4,7 @@ MAKE = /usr/bin/make
INTERFACE_OPTS = -DWANT_X11
CC = gcc
CC_OPT = -O2 -pipe
-CC_OPT_SAFE = -O2 -pipe
-LDFLAGS = -L /usr/X11R6/lib -lm -ltermcap
+CC_OPT_SAFE = -O2 -fno-strength-reduce -pipe
+LDFLAGS = -L$(X11BASE)/lib -lm -ltermcap
ASM_HACK = < /dev/null
SYS_CFLAGS = -Dbsd