diff options
author | kris <kris@FreeBSD.org> | 2002-05-11 17:51:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-11 17:51:56 +0800 |
commit | 035b2dcd56337683ae01601ab48405ab91b5b1c5 (patch) | |
tree | 50ad1e8039e942879f3b0a3019b53c2192b9e19b /www/cadaver/files | |
parent | 6ce8af82599be8669fcb08b62fa56ef9dae674b4 (diff) | |
download | freebsd-ports-gnome-035b2dcd56337683ae01601ab48405ab91b5b1c5.tar.gz freebsd-ports-gnome-035b2dcd56337683ae01601ab48405ab91b5b1c5.tar.zst freebsd-ports-gnome-035b2dcd56337683ae01601ab48405ab91b5b1c5.zip |
Update LIB_DEPENDS on libneon.
Remove previous maintainer due to timeout.
Fix compilation; linking still fails due to missing symbols. Update
BROKEN message appropriately.
Diffstat (limited to 'www/cadaver/files')
-rw-r--r-- | www/cadaver/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/cadaver/files/patch-aa b/www/cadaver/files/patch-aa new file mode 100644 index 000000000000..722e6cd9d638 --- /dev/null +++ b/www/cadaver/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Jan 14 12:01:27 2002 ++++ Makefile.in Sat May 11 02:48:50 2002 +@@ -29,7 +29,7 @@ + + # Toolchain settings. + CC = @CC@ +-CPPFLAGS = @DEFS@ @CPPFLAGS@ -I$(top_srcdir)/src ++CPPFLAGS = @DEFS@ @CPPFLAGS@ -I$(top_srcdir)/src -I${top_srcdir}/libneon + CFLAGS = @CFLAGS@ @SDEFS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ @NEON_LIBS@ |