diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-01 15:09:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-01 15:09:58 +0000 |
commit | 3b4ac4cfbcbd895f06a929d3984f6a850e3c521b (patch) | |
tree | 338c7f459c0b4736a36fac6bcf2778dc3ce19bf9 /www/encompass/files/patch-ac | |
parent | Add several WITH_* configure time options to the ports. (diff) |
Update to 0.3.0.
Notes
Notes:
svn path=/head/; revision=35582
Diffstat (limited to 'www/encompass/files/patch-ac')
-rw-r--r-- | www/encompass/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/encompass/files/patch-ac b/www/encompass/files/patch-ac new file mode 100644 index 000000000000..d25f13f441b6 --- /dev/null +++ b/www/encompass/files/patch-ac @@ -0,0 +1,11 @@ +--- src/Makefile.in 2000/12/01 14:14:28 1.1 ++++ src/Makefile.in 2000/12/01 14:15:24 +@@ -117,7 +117,7 @@ + gnomedatadir = @gnomedatadir@ + l = @l@ + +-INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I/usr/include/w3c-libwww ++INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) $(LIBWWW_CFLAGS) + + + bin_PROGRAMS = encompass |