summaryrefslogtreecommitdiff
path: root/data/cvs
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-04-14 23:22:48 +0000
committerJay Freeman <saurik@saurik.com>2008-04-14 23:22:48 +0000
commit7817782b2837cf98f7566e13f80b9c071ff20139 (patch)
tree452a5677d990e0d9dc9c36ac08bd4204e447afc2 /data/cvs
parente615a71056dfae4f19dfef86331eb030494b79b7 (diff)
Fixed some dependencies, removed mDNS fix for 2.0, and factored for multi-arch support.
git-svn-id: http://svn.telesphoreo.org/trunk@218 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/cvs')
-rw-r--r--data/cvs/make.sh3
-rw-r--r--data/cvs/mdns.diff4
2 files changed, 4 insertions, 3 deletions
diff --git a/data/cvs/make.sh b/data/cvs/make.sh
index 91571090e..a1eb6e34e 100644
--- a/data/cvs/make.sh
+++ b/data/cvs/make.sh
@@ -1,5 +1,4 @@
-pkg:extract
-cd *
+pkg:setup
pkg:configure --without-gssapi
make
pkg:install
diff --git a/data/cvs/mdns.diff b/data/cvs/mdns.diff
index e7d651b20..b11a26a90 100644
--- a/data/cvs/mdns.diff
+++ b/data/cvs/mdns.diff
@@ -7,16 +7,18 @@ diff -ru cvs-1.11.22/src/main.c cvs-1.11.22+iPhone/src/main.c
/*
* Copyright (C) 1986-2006 The Free Software Foundation, Inc.
*
-@@ -395,6 +397,13 @@
+@@ -395,6 +397,15 @@
int argc;
char **argv;
{
++#if !defined(__ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__) || __ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__ < 10200
+ struct nlist nl[2];
+ memset(nl, 0, sizeof(nl));
+ nl[0].n_un.n_name = (char *) "_useMDNSResponder";
+ nlist("/usr/lib/libc.dylib", nl);
+ if (nl[0].n_type != N_UNDF)
+ *(int *) nl[0].n_value = 0;
++#endif
+
cvsroot_t *CVSroot_parsed = NULL;
int cvsroot_update_env = 1;