openbsd-ports/misc/rpm/patches/patch-lib_rpmio_h
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
351 B
Plaintext

$OpenBSD: patch-lib_rpmio_h,v 1.1.1.1 2000/06/12 18:49:41 espie Exp $
--- lib/rpmio.h.orig Mon Jun 12 01:06:01 2000
+++ lib/rpmio.h Mon Jun 12 01:10:47 2000
@@ -4,7 +4,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
+#ifndef GLOB_APPEND
#include <glob.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>