diff options
Diffstat (limited to 'cad/spice/files/FreeBSD.without_x11')
-rw-r--r-- | cad/spice/files/FreeBSD.without_x11 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/spice/files/FreeBSD.without_x11 b/cad/spice/files/FreeBSD.without_x11 new file mode 100644 index 000000000000..86d5651c97d8 --- /dev/null +++ b/cad/spice/files/FreeBSD.without_x11 @@ -0,0 +1,11 @@ +# FreeBSD config exception file (non-x11 version) + +MAKE = /usr/bin/make +INTERFACE_OPTS = -DWANT_MFB +CC = @CC@ +CC_OPT += @CFLAGS@ +LDFLAGS += -lm -ltermcap +SYS_CFLAGS = -Dbsd +X_DIR = +INCX = +LIBX = |