aboutsummaryrefslogtreecommitdiff
path: root/www/screem-devel/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 07:55:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 07:55:38 +0000
commit0a61206a8bbf233641d62cfa02c4b93b3fd51b57 (patch)
tree141d10bda145615b1030e3fa3ba6a1a8cefddcad /www/screem-devel/files
parentb6b738d7a2757ef4ef1ff272035f172ce65a9aa9 (diff)
Now that www/neon is at an appropriate version, re-enable building www/screem
with it. NOTE!!! www/screem will not build if krb5-config exists AND Kerberos V is not installed (a separte PR has been filed). PR: 62514 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=100355
Diffstat (limited to 'www/screem-devel/files')
-rw-r--r--www/screem-devel/files/patch-plugins::uploadWizard::Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/screem-devel/files/patch-plugins::uploadWizard::Makefile.in b/www/screem-devel/files/patch-plugins::uploadWizard::Makefile.in
new file mode 100644
index 000000000000..a009c75688bc
--- /dev/null
+++ b/www/screem-devel/files/patch-plugins::uploadWizard::Makefile.in
@@ -0,0 +1,20 @@
+--- plugins/uploadWizard/Makefile.in.old Sat Jan 31 01:09:09 2004
++++ plugins/uploadWizard/Makefile.in Sat Jan 31 01:14:46 2004
+@@ -179,7 +179,7 @@
+
+
+ uploadWizard_la_LDFLAGS = -avoid-version -module
+-uploadWizard_la_LIBADD = $(NEONOBJS)
++uploadWizard_la_LIBADD =
+
+ config_h = $(top_builddir)/config.h
+ obj_ext = o
+@@ -191,7 +191,7 @@
+
+ DEFS = @DEFS@ -I. -I$(srcdir) -I../..
+ LIBS = @LIBS@
+-uploadWizard_la_DEPENDENCIES = $(neon_dir)/*.lo
++uploadWizard_la_DEPENDENCIES =
+ @HAVE_FNMATCH_FALSE@uploadWizard_la_OBJECTS = netrc.lo rpmatch.lo \
+ @HAVE_FNMATCH_FALSE@fnmatch.lo common.lo davdriver.lo fileset.lo ftp.lo \
+ @HAVE_FNMATCH_FALSE@ftpdriver.lo rcfile.lo rshdriver.lo sitefiles.lo \