$NetBSD: patch-lib_path-concat.c,v 1.1 2012/03/23 18:44:23 marino Exp $ --- lib/path-concat.c.orig 2012-03-23 17:50:24.184967000 +0000 +++ lib/path-concat.c @@ -21,7 +21,7 @@ # include #endif -#ifndef HAVE_MEMPCPY +#if !defined(HAVE_MEMPCPY) && !defined(__DragonFly__) # define mempcpy(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) #endif