summaryrefslogtreecommitdiff
path: root/graphics/zphoto/patches/patch-ab
blob: 93e95092a1214641268a7007f0fd1bf937ea2de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2006/08/22 15:19:45 joerg Exp $

--- util.c.orig	2006-08-22 17:20:22.000000000 +0000
+++ util.c
@@ -79,7 +79,7 @@ zphoto_wprintf (const char *fmt, ...)
     va_end(args);
 }
 
-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
 /*
  * They have the declaration of vasprintf in stdio.h
  */