summaryrefslogtreecommitdiff
path: root/www/cadaver/files/patch-aa
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-06-17 19:20:04 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-06-17 19:20:04 +0000
commit717b616e93e7555d4a106c9390bf436550a66422 (patch)
tree8f223acc7631f8e48cd4a513ef13f0c1914a575c /www/cadaver/files/patch-aa
parentRemove "yagirc" port. It is BROKEN and appears no longer to be (diff)
Unbreak this port by using the included libneon and expat. The API for
neon has changed incompatibly since the last release of cadaver so it won't compile against our installed version of neon. The included version of neon doesn't appear to like the installed version of expat, so use the included version of that too. The load order of libraries needed changing to ensure that the included version of neon is used. These changes should be reverted if/when a newer release of cadaver catches up with the neon API.
Notes
Notes: svn path=/head/; revision=61433
Diffstat (limited to 'www/cadaver/files/patch-aa')
-rw-r--r--www/cadaver/files/patch-aa14
1 files changed, 10 insertions, 4 deletions
diff --git a/www/cadaver/files/patch-aa b/www/cadaver/files/patch-aa
index 722e6cd9d638..10f3531ebe66 100644
--- a/www/cadaver/files/patch-aa
+++ b/www/cadaver/files/patch-aa
@@ -1,6 +1,8 @@
---- Makefile.in.orig Mon Jan 14 12:01:27 2002
-+++ Makefile.in Sat May 11 02:48:50 2002
-@@ -29,7 +29,7 @@
+$FreeBSD$
+
+--- Makefile.in.orig Mon Jun 17 12:02:32 2002
++++ Makefile.in Mon Jun 17 12:04:36 2002
+@@ -29,10 +29,10 @@
# Toolchain settings.
CC = @CC@
@@ -8,4 +10,8 @@
+CPPFLAGS = @DEFS@ @CPPFLAGS@ -I$(top_srcdir)/src -I${top_srcdir}/libneon
CFLAGS = @CFLAGS@ @SDEFS@
LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@ @NEON_LIBS@
+-LIBS = @LIBS@ @NEON_LIBS@
++LIBS = @NEON_LIBS@ @LIBS@
+
+ TARGET = $(PACKAGE)
+ SUBDIRS = libneon @SUBDIRS@