- MASTER_SITES changed - HOMEPAGE changed - added LICENSE - added gmake to USE_TOOLS - added USE_LANGUAGES+= c c++
15 lines
293 B
Text
15 lines
293 B
Text
$NetBSD: patch-ab,v 1.2 2009/11/26 19:51:14 imil Exp $
|
|
|
|
--- src/main.c.orig 2009-11-26 11:24:46.000000000 +0000
|
|
+++ src/main.c
|
|
@@ -38,6 +38,10 @@
|
|
#include "ccs-private.h"
|
|
#include "iniparser.h"
|
|
|
|
+#ifndef RTLD_NODELETE
|
|
+#define RTLD_NODELETE 0
|
|
+#endif
|
|
+
|
|
Bool basicMetadata = FALSE;
|
|
|
|
void
|