pkgsrc/x11/xorg-cf-files/patches/patch-ai
joerg fa3fb5ee13 Import xorg-cf-files-1.0.2 with the local changes from xorg-imake.
This are the default rules used by imake. Platforms other than
DragonFly, FreeBSD, Linux and NetBSD will most likely want some work
here.

OK for import during freeze: agc@ and wiz@
2006-12-19 22:54:51 +00:00

16 lines
498 B
Text

$NetBSD: patch-ai,v 1.1.1.1 2006/12/19 22:54:51 joerg Exp $
--- Imake.tmpl.orig 2006-12-18 01:09:37.000000000 +0100
+++ Imake.tmpl
@@ -1447,9 +1447,9 @@ TCLIBDIR = TclLibDir
#ifndef DependCmd
#if UseGccMakeDepend
#ifdef UseInstalled /* assume BINDIR in path */
-#define DependCmd gccmakedep
+#define DependCmd ccmakedep
#else
-#define DependCmd $(DEPENDSRC)/gccmakedep
+#define DependCmd $(DEPENDSRC)/ccmakedep
#endif
#elif UseCCMakeDepend
#ifdef UseInstalled /* assume BINDIR in path */