Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

22 lines
500 B
Plaintext

--- configure.orig 2009-02-15 17:43:46 UTC
+++ configure
@@ -21415,8 +21415,8 @@ fi
fi
if test "x$JAVAC" != "x" ; then
- javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
- echo JAVAC VERSION $javac_version
+# javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
+# echo JAVAC VERSION $javac_version
JAVAC="$JAVAC -source 1.4"
fi
@@ -21634,6 +21634,7 @@ fi
fi
# Find the Java Access Bridge
+JAB="no"
# Check whether --with-jab_dir was given.