diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:18:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:18:39 +0000 |
commit | 7e249e103b9024b5d95bcdfdf636810aac7b2559 (patch) | |
tree | fe918c553575ae0dfa721d10a9c1eeba16cd836f /net/gaim/files/patch-plugins_Makefile.in | |
parent | Update to 0.8.0. (diff) |
Update to 0.76. For a list of what's new and exciting, see:
http://gaim.sourceforge.net/ChangeLog
Also, provide a better fix for quoted printable text. [1]
PR: 65110 [1]
Submitted by: green [1]
Notes
Notes:
svn path=/head/; revision=106197
Diffstat (limited to 'net/gaim/files/patch-plugins_Makefile.in')
-rw-r--r-- | net/gaim/files/patch-plugins_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/gaim/files/patch-plugins_Makefile.in b/net/gaim/files/patch-plugins_Makefile.in new file mode 100644 index 000000000000..3208c993c071 --- /dev/null +++ b/net/gaim/files/patch-plugins_Makefile.in @@ -0,0 +1,14 @@ +--- plugins/Makefile.in.orig Sat Apr 3 02:52:47 2004 ++++ plugins/Makefile.in Sat Apr 3 02:53:02 2004 +@@ -160,9 +160,9 @@ + install_sh = @install_sh@ + perlpath = @perlpath@ + sedpath = @sedpath@ +-DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker ++DIST_SUBDIRS = docklet gaim-remote gestures perl ssl tcl ticker + +-@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = gevolution ++@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = + + @USE_PERL_TRUE@PERL_DIR = perl + |