diff options
Diffstat (limited to 'dev-java/glib-java/files/jg_common-macromagic.patch')
-rw-r--r-- | dev-java/glib-java/files/jg_common-macromagic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-java/glib-java/files/jg_common-macromagic.patch b/dev-java/glib-java/files/jg_common-macromagic.patch new file mode 100644 index 000000000000..e471b8f4ed9b --- /dev/null +++ b/dev-java/glib-java/files/jg_common-macromagic.patch @@ -0,0 +1,11 @@ +--- macros/jg_common.m4 2005-04-13 10:35:40.000000000 -0500 ++++ macros/jg_common.m4 2005-11-11 00:05:15.000000000 -0600 +@@ -4,7 +4,7 @@ + + dnl check to see if the user wants to generate javadoc + AC_ARG_WITH(javadocs,[ --without-javadocs Do not build the javadocs for the bindings], +- javadocs="no", javadocs="yes") ++ javadocs=$withval, javadocs="yes") + AM_CONDITIONAL(BUILD_JAVADOC, test $javadocs = "yes") + + AC_ARG_WITH([jardir], AS_HELP_STRING([--with-jardir], |