pkgsrc/devel/fastdep/patches/patch-aa
jmmv 7fc5d8be7e Initial import of fastdep, version 0.15:
fastdep is a fast dependency generator for C/C++ files.  It generates a
file ready to be parsed by the make(1) utility containing dependancy
specifications for all source files given to it.

The program is written in C++ with a handoptimized parser for just the
preproccesor tokens; therefore it is faster than GCC because it does
just one thing.
2003-08-22 13:47:40 +00:00

13 lines
268 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/08/22 13:47:40 jmmv Exp $
--- config/configure.orig 2002-11-26 22:02:19.000000000 +0100
+++ config/configure
@@ -2,7 +2,7 @@
# configure script to glue .sh single issue configures
-for i in *.sh
+for i in ./*.sh
do
. $i
done