diff options
author | tonio <tonio@pkgsrc.org> | 2007-02-18 11:17:42 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-02-18 11:17:42 +0000 |
commit | e718bb7a0993f4804238c22c2bffe531b90e6314 (patch) | |
tree | cb3d95b0ff77129693b22c4d6949409d7fa36715 /misc/rpm | |
parent | c60903adf733490ee567e42a5f5ce93fb7adafc2 (diff) | |
download | pkgsrc-e718bb7a0993f4804238c22c2bffe531b90e6314.tar.gz |
oups, missing patch
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/patches/patch-ce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/rpm/patches/patch-ce b/misc/rpm/patches/patch-ce new file mode 100644 index 00000000000..3290f7aba59 --- /dev/null +++ b/misc/rpm/patches/patch-ce @@ -0,0 +1,12 @@ +$NetBSD: patch-ce,v 1.1 2007/02/18 11:17:42 tonio Exp $ + +--- lib/lookup.c.orig Mon Jan 12 17:58:31 1998 ++++ lib/lookup.c +@@ -5,6 +5,7 @@ + #endif + + #include <string.h> ++#include <stdlib.h> + + #include "intl.h" + #include "rpmlib.h" |