diff options
author | hubertf <hubertf> | 2002-01-14 21:15:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-01-14 21:15:59 +0000 |
commit | 49263348e92ae5a9cdcdd2fc7e48dc7d7cd52a92 (patch) | |
tree | df003226118ddea0c6290ca6cbb05a911b9b491e /chat/silc-client/patches | |
parent | 04095f5d737281005dc976603685ef39cfa2357e (diff) | |
download | pkgsrc-49263348e92ae5a9cdcdd2fc7e48dc7d7cd52a92.tar.gz |
- update to silc-client package, version 0.7.2
- cleaned up CONFIGURE_ARGS
- revised patches/patch-aa to follow change in the Makefile.in
- removed post-configure target from Makefile, fix to this issue has been
moved into patches/patch-ac file (inspired by chat/irssi package, thanks to
mutru!)
Update submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15147
Diffstat (limited to 'chat/silc-client/patches')
-rw-r--r-- | chat/silc-client/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/silc-client/patches/patch-aa b/chat/silc-client/patches/patch-aa index 92f8cf3aa16..d084b49b997 100644 --- a/chat/silc-client/patches/patch-aa +++ b/chat/silc-client/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2001/12/21 20:48:30 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2002/01/14 21:16:01 hubertf Exp $ ---- Makefile.in.orig Mon Dec 10 14:51:14 2001 -+++ Makefile.in Mon Dec 10 15:06:26 2001 +--- Makefile.in.orig Sat Jan 5 13:47:56 2002 ++++ Makefile.in Sat Jan 5 14:16:11 2002 @@ -529,24 +529,13 @@ install-dirs: @@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.2 2001/12/21 20:48:30 hubertf Exp $ - fi - -sim-install: -- -cp -fR $(srcdir)/lib/silcsim/modules/*.so $(modulesdir)/ +- -cp -fRL $(srcdir)/lib/silcsim/*.so $(modulesdir)/ doc-install: $(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/ |