diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-08-23 04:18:52 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-08-23 04:18:52 +0000 |
commit | 2539c428289ee22199ab3023d7c02d0aebff75ec (patch) | |
tree | 790d09b9de8e49366439904d8cfcfb715f9f3eb3 /net/xicq/files | |
parent | Perl fixes (diff) |
Update to latest snapshot of xicq. All previous patches were submitted and
committed as part of the central sources, so are no longer required...
Notes
Notes:
svn path=/head/; revision=12740
Diffstat (limited to 'net/xicq/files')
-rw-r--r-- | net/xicq/files/patch-af | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/xicq/files/patch-af b/net/xicq/files/patch-af new file mode 100644 index 000000000000..628701533fc7 --- /dev/null +++ b/net/xicq/files/patch-af @@ -0,0 +1,8 @@ +--- Makefile.o Sun Aug 23 01:05:29 1998 ++++ Makefile Sun Aug 23 01:05:34 1998 +@@ -1,4 +1,4 @@ +-all: lib xicq kxicq ++all: lib xicq + lib: + @${MAKE} -C src/libXicq all + |