$NetBSD: patch-ab,v 1.4 2007/09/04 21:11:58 drochner Exp $

--- src/tuxpaint.c.orig	2007-07-01 03:38:03.000000000 +0200
+++ src/tuxpaint.c
@@ -170,7 +170,7 @@ static scaleparams scaletable[] = {
    likely available; if not using GNU, you can set HAVE_STRCASESTR to
    avoid trying to redefine it -bjk 2006.06.02 */
 
-#if !defined(__USE_GNU) && !defined(HAVE_STRCASESTR)
+#if !defined(__USE_GNU) && !defined(HAVE_STRCASESTR) && !defined(__NetBSD__)
 #warning "Attempting to define strcasestr(); if errors, build with -DHAVE_STRCASESTR"
 
 char *strcasestr(const char *haystack, const char *needle)
@@ -363,8 +363,8 @@ extern WrapperData macosx;
 
 #else
 
-#include "rsvg.h"
-#include "rsvg-cairo.h"
+#include <librsvg/rsvg.h>
+#include <librsvg/rsvg-cairo.h>
 #if !defined(RSVG_H) || !defined(RSVG_CAIRO_H)
 #error "---------------------------------------------------"
 #error "If you installed libRSVG from packages, be sure"
