summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/013-fix-darwin-compile.patch
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-13 08:13:36 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-13 08:13:36 +0000
commit928ee695bb6ae6c1e4c31ed78ec7582244888930 (patch)
treebbe18e787173449daeea51f5c7868ccbc7ad422e /package/opkg/patches/013-fix-darwin-compile.patch
parent267340c8784563e8e4a6b4f3e870875619d5f043 (diff)
package/opkg: update to r563
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/patches/013-fix-darwin-compile.patch')
-rw-r--r--package/opkg/patches/013-fix-darwin-compile.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/opkg/patches/013-fix-darwin-compile.patch b/package/opkg/patches/013-fix-darwin-compile.patch
deleted file mode 100644
index 6f34fc10c..000000000
--- a/package/opkg/patches/013-fix-darwin-compile.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/libopkg/opkg_download.c
-+++ b/libopkg/opkg_download.c
-@@ -21,6 +21,7 @@
-
- #include <stdio.h>
- #include <unistd.h>
-+#include <libgen.h>
-
- #include "opkg_download.h"
- #include "opkg_message.h"
---- a/libopkg/pkg.c
-+++ b/libopkg/pkg.c
-@@ -21,6 +21,7 @@
- #include <string.h>
- #include <ctype.h>
- #include <unistd.h>
-+#include <libgen.h>
-
- #include "pkg.h"
-
---- a/tests/libopkg_test.c
-+++ b/tests/libopkg_test.c
-@@ -5,6 +5,7 @@
-
- #include <opkg.h>
-
-+int opkg_state_changed;
- pkg_t *find_pkg = NULL;
-
-