From f0a46ec3b3c4875c5ebd8367e7f10ff2d7ff48bc Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 27 Sep 2000 22:47:56 +0000 Subject: Add "#define NothingOutsideProjectRoot YES" to make sure nothing is installed outside /usr/X11R6. This fixes about 70 "type (dir, link)" mtree errors in 5-current. Submitted by: maintainer Reported by: sanpei --- devel/imake-4/scripts/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/imake-4') diff --git a/devel/imake-4/scripts/configure b/devel/imake-4/scripts/configure index e48165c1e9e2..b81204327748 100644 --- a/devel/imake-4/scripts/configure +++ b/devel/imake-4/scripts/configure @@ -47,6 +47,8 @@ EOF echo "#define XInputDrivers mouse dynapro elo2300 elographics magellan \ microtouch mutouch spaceorb wacom" >> $F + # Never install something to outside ${X11BASE}!! + echo "#define NothingOutsideProjectRoot YES" >> $F } configure -- cgit