mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
$NetBSD: patch-aa,v 1.2 2011/12/08 20:41:47 marino Exp $
|
|
|
|
--- src/callbacks.cpp.orig 2007-11-12 15:41:56.000000000 +0100
|
|
+++ src/callbacks.cpp
|
|
@@ -23,7 +23,7 @@
|
|
#include "lib/debug.h"
|
|
#include "ExecuteFile.h"
|
|
|
|
-#if defined (__FreeBSD__) || defined (__APPLE__)
|
|
+#if defined (__FreeBSD__) || defined (__APPLE__) || defined (__NetBSD__) || defined (__DragonFly__)
|
|
#include <libgen.h> //basename
|
|
#endif
|
|
|