openbsd-ports/misc/rpm/patches/patch-build_parsePrep_c
espie ad1a64b3d9 port of rpm 3.0.4. Appears to work correctly so far.
Put into misc to mimic FreeBSD naming scheme.
Extra categories: archivers and emulators.
2000-06-12 18:49:41 +00:00

14 lines
311 B
Plaintext

$OpenBSD: patch-build_parsePrep_c,v 1.1.1.1 2000/06/12 18:49:41 espie Exp $
--- build/parsePrep.c.orig Mon Jun 12 02:10:49 2000
+++ build/parsePrep.c Mon Jun 12 02:16:15 2000
@@ -4,6 +4,9 @@
#include "system.h"
+#ifdef __OpenBSD__
+#include <libgen.h>
+#endif
#include <rpmbuild.h>
#include <rpmurl.h>