Author: qboosh Date: Mon May 22 20:38:47 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix csharp build (update ac stuff after dirs rename)
---- Files affected: SOURCES: antlr-csharp.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/antlr-csharp.patch diff -u /dev/null SOURCES/antlr-csharp.patch:1.1 --- /dev/null Mon May 22 22:38:47 2006 +++ SOURCES/antlr-csharp.patch Mon May 22 22:38:42 2006 @@ -0,0 +1,39 @@ +--- antlr-2.7.6/configure.in.orig 2005-12-07 19:00:32.000000000 +0100 ++++ antlr-2.7.6/configure.in 2006-05-22 22:20:47.302510750 +0200 +@@ -944,8 +944,8 @@ + ) + + AC_CONFIG_FILES([lib/csharp/Makefile]) +- AC_CONFIG_FILES([lib/csharp/src/Makefile]) +- AC_CONFIG_FILES([lib/csharp/ASTFrame/Makefile]) ++ AC_CONFIG_FILES([lib/csharp/antlr.runtime/Makefile]) ++ AC_CONFIG_FILES([lib/csharp/antlr.astframe/Makefile]) + + # We have a Makefile that loops through all python examples. + case $WITH_EXAMPLES in +--- antlr-2.7.6/scripts/config.deps.in.orig 2005-12-07 19:00:36.000000000 +0100 ++++ antlr-2.7.6/scripts/config.deps.in 2006-05-22 22:34:53.887419000 +0200 +@@ -109,12 +109,12 @@ + ## double colon rule, ie. further rules with the same target may be + ## added. For unknown reasons, double colon rules are always phony,ie. + ## getting executed even in case target exists. We break the infinite +-## loop, we only jump into subdir "lib/csharp/src" if we are not ++## loop, we only jump into subdir "lib/csharp/antlr.runtime" if we are not + ## already in. It is very important that each Makefile[.in] sets the + ## variable $(subdir) proper. + + @ANTLR_NET@ :: +- @ subdir="lib/csharp/src" ; \ ++ @ subdir="lib/csharp/antlr.runtime" ; \ + case $(subdir) in \ + $$subdir ) ;; \ + * ) d="@abs_this_builddir@/$$subdir" ; \ +@@ -125,7 +125,7 @@ + esac + + @ASTFRAME_NET@ :: +- @ subdir="lib/csharp/ASTFrame" ; \ ++ @ subdir="lib/csharp/antlr.astframe" ; \ + case $(subdir) in \ + $$subdir ) ;; \ + * ) d="@abs_this_builddir@/$$subdir" ; \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
