pkgsrc/graphics/cqcam/patches/patch-ai
rillig ed743a35af Updated cqcam to 0.91.
0.91
* Code reorganization
* New GTK+ interface
* Yet another overhaul of the XImage code, with some optimizations
* Improved some documentation
* Changed license to the GPL (and LGPL)
* Major security fixes
* Assorted bug fixes
* Netwinder (ARM) port
* Locking rewrite [Bruce Momjian]
* 25-50% speedup in core driver code [Joe Zbiciak]
* Solaris version [Simon Thornington]
* OpenBSD support [Matt Mosley]
* GTK 1.1/1.2 support [David Raufeisen]
* Movie mode
* Bulb mode, for long exposures
2007-01-08 04:51:44 +00:00

16 lines
448 B
Text

$NetBSD: patch-ai,v 1.1 2007/01/08 04:51:44 rillig Exp $
--- configure.in.orig 2000-08-17 12:31:03.000000000 +0200
+++ configure.in 2007-01-08 05:17:49.000000000 +0100
@@ -145,6 +145,11 @@ case "$host_os" in
OS_LDFLAGS='-L/usr/local/lib'
OS_LIBCQCAM_OBJS=''
;;
+ netbsd*)
+ OS_CFLAGS="-DNETBSD"
+ OS_LDFLAGS="-li386"
+ OS_LIBCQCAM_OBJS=""
+ ;;
openbsd*)
OS_CFLAGS='-O2 -DOPENBSD'
OS_LDFLAGS='-L/usr/local/lib'