eac4e73f27
pkgsrc notes: -modified to use system libz instead of a bundled copy -disabled the option to create self-extracting combinations of the executable with a data file. This relies on reliable deduction of the currrent executable's path which cannot be done in a portable way, and it doesn't make much sense anyway because that thing needs a zillion of shared libraries.
13 lines
387 B
Text
13 lines
387 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/11/22 20:50:09 drochner 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__)
|
|
#include <libgen.h> //basename
|
|
#endif
|
|
|