pkgsrc/graphics/libpano13/patches/patch-aa
adam 605cb1b010 The pano13 library is the backend library used by many applications.
Also included are:
* PTOptimizer, a utility for optimising control points.
* panoinfo a utility for querying the library version.
* PTmender a replacement for PTStitcher.
* PTblender implements just the colour and brightness correction of PTmender.
* PTtiff2psd Converts a set of TIFF files into a PSD file.
* PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files.
2009-08-20 20:07:29 +00:00

13 lines
293 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/08/20 20:07:29 adam Exp $
--- configure.orig 2009-08-19 17:44:26.000000000 +0200
+++ configure
@@ -19311,7 +19311,7 @@ case "${host_os}" in
;;
*)
PANO_WIN32_RESOURCE=
- HSYS="${host_os}"
+ HSYS="linux"
HCPU="${host_cpu}"
;;
esac