diff options
author | tv <tv> | 1998-07-12 04:05:50 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-12 04:05:50 +0000 |
commit | 65cce730bafb7620a156442c8d5b194ba6eff0fa (patch) | |
tree | a1f097d1173a398c3a600777adc850bf966a8ffa /www/Mosaic/patches/patch-ak | |
parent | 421be42ef77bc7cc7690daa254f07626c31f4bd4 (diff) | |
download | pkgsrc-65cce730bafb7620a156442c8d5b194ba6eff0fa.tar.gz |
Add and activate Mosaic (XMosaic) pkg, based on the FreeBSD port.
Diffstat (limited to 'www/Mosaic/patches/patch-ak')
-rw-r--r-- | www/Mosaic/patches/patch-ak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/Mosaic/patches/patch-ak b/www/Mosaic/patches/patch-ak new file mode 100644 index 00000000000..7d16eaea38f --- /dev/null +++ b/www/Mosaic/patches/patch-ak @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig Fri Jun 28 01:42:15 1996 ++++ src/Makefile.in Sat Jul 11 21:40:17 1998 +@@ -7,6 +7,7 @@ + CC= @CC@ + LIBS = ../libhtmlw/libhtmlw.a ../libwww2/libwww.a ../libnut/libnut.a ../libXmx/libXmx.a @LIBS@ + CPPFLAGS = @CPPFLAGS@ -I.. -I../libwww2 ++LDFLAGS = @LDFLAGS@ + CFLAGS = @CFLAGS@ + + LIBHTMLW_DIR = ../libhtmlw |