From 431a09abb21dd5bbb094b5d8324661e231a8d943 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 28 Jun 2008 02:40:44 +0300 Subject: [PATCH] modules: Enhanced JAVA to enable/disable gcj accordingly --- pkgsel.d/Development_/java.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkgsel.d/Development_/java.conf diff --git a/pkgsel.d/Development_/java.conf b/pkgsel.d/Development_/java.conf new file mode 100644 index 0000000..47def65 --- /dev/null +++ b/pkgsel.d/Development_/java.conf @@ -0,0 +1,19 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: target/mnemosyne/pkgsel.d/Development_/java.conf +# Copyright (C) 2008 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +if [ "$2" = 1 ]; then + SDECFGSET_PKG_GCC_JAVA=1 +else + SDECFGSET_PKG_GCC_JAVA=0 +fi