]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- Always use "gij" to execute gcc-java version
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 21 May 2006 15:20:39 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- explicit --disable-csharp, so csharp in build environment makes no difference

Changed files:
    antlr.spec -> 1.23.2.3

antlr.spec

index 3918f86f5b6ca1958b19dd1e74aa5fc935c4d66d..f57d0981024578792d7cc1f2efe7ba65953ec7e6 100644 (file)
@@ -4,7 +4,7 @@
 #  *  Package the Emacs an Jedit modes
 #
 # Conditional build:
-%bcond_with    javac   # use javac instead of gcj
+%bcond_with    javac   # use javac/java instead of gcj/gij (limits archs supported)
 #
 Summary:       ANother Tool for Language Recognition
 Summary(pl):   Jeszcze jedno narzêdzie do rozpoznawania jêzyka
@@ -74,7 +74,9 @@ cp -f /usr/share/automake/config.sub scripts
 
 %configure \
        %{?with_javac:CLASSPATH=`pwd` --with-javac=javac} \
-       %{!?with_javac:--with-javac=gcj}
+       %{!?with_javac:--with-javac=gcj} \
+       %{!?with_javac:--with-java=gij} \
+       --disable-csharp
 
 %{__make}
 
This page took 0.065016 seconds and 4 git commands to generate.