freebsd-ports/graphics/libpano13/files/patch-m4_ax_check_java.m4
Vasil Dimov 1eadbc9dd7 Add new port graphics/libpano13 - the successor of graphics/libpano12
This is the pano13 library, part of the Panorama Tools by Helmut
Dersch of the University of Applied Sciences Furtwangen.

The panorama tools are mainly used to build panoramic images from a set of
overlapping images. The usability extends beyond "just" building panoramas by
far though. You can, for instance, use them to render an average of multiple
images to broaden the dynamic range of the images or average out noise. You
can also build object movies with them, morph between images and much more.

WWW: http://panotools.sourceforge.net/
2007-10-09 16:43:16 +00:00

21 lines
520 B
Text

--- m4/ax_check_java.m4.orig Wed Jan 17 11:23:05 2007
+++ m4/ax_check_java.m4 Wed Jan 17 11:25:08 2007
@@ -2,7 +2,7 @@
dnl Usage:
dnl AX_CHECK_JAVA
dnl Test for java, and defines
-dnl - JAVA_CFLAGS (compiler flags)
+dnl - JAVA_FLAGS (compiler flags)
dnl - LIB_JAVA (linker flags, stripping and path)
dnl prerequisites:
@@ -78,6 +78,9 @@
case "${target_os}" in
linux*)
java_extra_inc=linux
+ ;;
+ *freebsd*)
+ java_extra_inc=freebsd
;;
darwin*)
java_extra_inc=darwin