c90ee83f03
DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more)
21 lines
622 B
Cheetah
21 lines
622 B
Cheetah
--- config/cf/Library.tmpl.orig Mon May 24 12:06:57 2004
|
|
+++ config/cf/Library.tmpl Fri Sep 10 21:46:00 2004
|
|
@@ -389,7 +389,7 @@
|
|
*/
|
|
|
|
#ifndef MakeStringsDependency
|
|
-# ifndef UseInstalled
|
|
+# if !defined(UseInstalled) && !defined(UseInstalledPrograms)
|
|
# define MakeStringsDependency @@\
|
|
MAKESTRS = $(CONFIGSRC)/util/makestrs @@\
|
|
NoCmpScript(HostProgramTargetName($(MAKESTRS)) $(MAKESTRS).Osuf) @@\
|
|
@@ -399,7 +399,8 @@
|
|
@@\
|
|
includes:: HostProgramTargetName($(MAKESTRS))
|
|
# else
|
|
-# define MakeStringsDependency /**/
|
|
+# define MakeStringsDependency @@\
|
|
+MAKESTRS = makestrs
|
|
# endif
|
|
#endif
|
|
|