freebsd-ports/x11/XFree86-4-libraries/files/patch-c2
Eric Anholt d0cc39f7c8 [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.
[2] Make the ports respect CFLAGS better.  Now CFLAGS (and CC/CXX) are set for
the build during the configure stage.

PR:		[2] 40271, 43369
2002-10-17 07:20:03 +00:00

21 lines
651 B
Text

--- config/cf/Library.tmpl.orig Mon Aug 27 10:40:55 2001
+++ config/cf/Library.tmpl Wed Oct 16 21:53:13 2002
@@ -300,6 +300,10 @@
*/
#ifndef MakeStringsDependency
+#if defined(UseInstalled) || defined(UseInstalledPrograms)
+#define MakeStringsDependency @@\
+MAKESTRS = makestrs
+#else
# define MakeStringsDependency @@\
MAKESTRS = $(CONFIGSRC)/util/makestrs @@\
NoCmpScript(HostProgramTargetName($(MAKESTRS)) $(MAKESTRS).Osuf) @@\
@@ -308,6 +312,7 @@
cd $(CONFIGSRC)/util && $(MAKE) HostProgramTargetName(makestrs) @@\
@@\
includes:: HostProgramTargetName($(MAKESTRS))
+#endif
#endif
#ifndef ToolkitMakeStrings