pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/re2c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 30 18:49:09 UTC 2024

Modified Files:
        pkgsrc/devel/re2c: Makefile

Log Message:
ire2c: disable java detection


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/re2c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/re2c/Makefile
diff -u pkgsrc/devel/re2c/Makefile:1.30 pkgsrc/devel/re2c/Makefile:1.31
--- pkgsrc/devel/re2c/Makefile:1.30     Thu Dec 26 11:47:46 2024
+++ pkgsrc/devel/re2c/Makefile  Mon Dec 30 18:49:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2024/12/26 11:47:46 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/12/30 18:49:09 wiz Exp $
 
 DISTNAME=      re2c-4.0.2
 CATEGORIES=    devel
@@ -14,6 +14,7 @@ LICENSE=      public-domain
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bison gmake
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --disable-java
 # needs 'make install'
 TEST_TARGET=           check
 PYTHON_FOR_BUILD_ONLY= tool



Home | Main Index | Thread Index | Old Index