]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- Do not override CLASSPATH by '-cp' option
authoradgor <adgor@pld-linux.org>
Thu, 9 Oct 2003 12:50:25 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr-classpath.patch -> 1.1

antlr-classpath.patch [new file with mode: 0644]

diff --git a/antlr-classpath.patch b/antlr-classpath.patch
new file mode 100644 (file)
index 0000000..009fd1b
--- /dev/null
@@ -0,0 +1,14 @@
+--- antlr-2.7.2/scripts/Config.make.in~        2003-01-20 01:37:31.000000000 +0100
++++ antlr-2.7.2/scripts/Config.make.in 2003-10-09 14:20:18.000000000 +0200
+@@ -24,9 +24,9 @@
+ versioneddir    = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
+ # Programs we might use and their options...
+-ANTLR    = $(JAVA) -cp $(TOPDIR)/antlrall.jar antlr.Tool
++ANTLR    = $(JAVA) -cp $(CLASSPATH):$(TOPDIR)/antlrall.jar antlr.Tool
+ # antlr is used to build antlr
+-ANTLR_BOOTSTRAP = $(JAVA) -cp @BOOTSTRAP_JAR@ antlr.Tool
++ANTLR_BOOTSTRAP = $(JAVA) -cp $(CLASSPATH):@BOOTSTRAP_JAR@ antlr.Tool
+ CXX = @CXX@
+    CXXFLAGS = @CXXFLAGS@ $(ARCHFLAGS) $(INCLUDE) $(DEBUG) $(EXTRA_CXXFLAGS)
This page took 0.062089 seconds and 4 git commands to generate.