diff options
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 |