77eaced791
work on enblend-enfuse, big thanks! Goal: an easy to use cross-platform panoramic imaging toolchain based on the Panorama Tools library. With hugin you can assemble a mosaic of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more. This package contains the following programs: - hugin, The main program, a GUI for the panorama tools suite and some programs included here. - nona, a simple replacement for PTStitcher (doesn't support most features of PTStitcher, but is faster, opensource and will be extended in the future). - nona_gui, nona with a graphical progress bar. - autooptimiser, optimise a panorama pairwise, starting from an anchor image. cmd line version of the pairwise mode in hugin will be hooked to the build after tests on additional arch.
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
$OpenBSD: patch-CMakeModules_FindPNG_cmake,v 1.1.1.1 2009/04/19 11:18:40 sthen Exp $
|
|
--- CMakeModules/FindPNG.cmake.orig Fri Apr 17 22:44:18 2009
|
|
+++ CMakeModules/FindPNG.cmake Fri Apr 17 22:44:45 2009
|
|
@@ -22,6 +22,7 @@ SET(PNG_FOUND "NO")
|
|
|
|
IF (ZLIB_FOUND)
|
|
FIND_PATH(PNG_INCLUDE_DIR png.h
|
|
+ ${LOCALBASE}/include/libpng
|
|
/usr/local/include
|
|
/usr/include
|
|
${wxWidgets_ROOT_DIR}/src/png
|