summaryrefslogtreecommitdiffstats
path: root/testing/postler/inet_ntoa.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-05 19:12:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-05 19:12:52 +0000
commit65f5d8823df03d86c1a68c69c46f45b11baa4b33 (patch)
treef5d23c4377988ef51641f994020228f8c5bb5b26 /testing/postler/inet_ntoa.patch
parenta7a3ff3d26183ef8a698c6e30ffc616e50982f6f (diff)
downloadaports-fcolista-65f5d8823df03d86c1a68c69c46f45b11baa4b33.tar.bz2
aports-fcolista-65f5d8823df03d86c1a68c69c46f45b11baa4b33.tar.xz
testing/postler: new aport
Email client https://launchpad.net/postler/
Diffstat (limited to 'testing/postler/inet_ntoa.patch')
-rw-r--r--testing/postler/inet_ntoa.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/postler/inet_ntoa.patch b/testing/postler/inet_ntoa.patch
new file mode 100644
index 0000000000..bbb0969bc2
--- /dev/null
+++ b/testing/postler/inet_ntoa.patch
@@ -0,0 +1,10 @@
+--- a/wscript
++++ b/wscript
+@@ -141,7 +141,6 @@
+ includes=['/usr/local/include/db42'],
+ libpath=['/usr/local/lib/db42'], lib='db', mandatory=True)
+ else:
+- check_function ('inet_ntoa', 'arpa/inet.h', 'nsl')
+ check_function ('dlopen', 'dlfcn.h', 'dl')
+ check_function ('db_create', 'db.h', 'db')
+ check_pkg ('openssl')