summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-05-02 21:51:12 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-05-02 21:51:12 +0000
commitf68ab1df6d0f16c845a33b7efb806cb02919500f (patch)
tree2d678d70fa80d73bdd027ba0ab607361cb697568 /graphics
parentModern data bases use W3-Trees to store information. (diff)
Demos must be compiled with the -fno-backslash option on -current
Notes
Notes: svn path=/head/; revision=18343
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pgplot/files/Makefile.demo5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/pgplot/files/Makefile.demo b/graphics/pgplot/files/Makefile.demo
index d72cdcd29983..449f9116020c 100644
--- a/graphics/pgplot/files/Makefile.demo
+++ b/graphics/pgplot/files/Makefile.demo
@@ -2,6 +2,11 @@ PGPLOT_LIB = -L/usr/local/lib -lpgplot
CPGPLOT_LIB = -L/usr/local/lib -lcpgplot
LIBS= -L/usr/X11R6/lib -lX11 -lm
+OSVERSION!= /sbin/sysctl -n kern.osreldate
+.if ${OSVERSION} > 400004
+FFLAGS+= -fno-backslash
+.endif
+
all: cpgdemo pgdemo1 pgdemo2 pgdemo3 pgdemo4 pgdemo5 pgdemo6 pgdemo7 pgdemo8 \
pgdemo9 pgdemo10 pgdemo11 pgdemo12 pgdemo13 pgdemo14