diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 15:51:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 15:51:58 +0800 |
commit | 0ec5741cb80ad7656372500547c7cbb05f4b5df6 (patch) | |
tree | c40b8b485178eca950d34d4a17d7f24d54d81d81 /net/gaim | |
parent | fd2c163eaee4d90cb1c0a17c92aa8692717c2218 (diff) | |
download | marcuscom-ports-0ec5741cb80ad7656372500547c7cbb05f4b5df6.tar marcuscom-ports-0ec5741cb80ad7656372500547c7cbb05f4b5df6.tar.gz marcuscom-ports-0ec5741cb80ad7656372500547c7cbb05f4b5df6.tar.bz2 marcuscom-ports-0ec5741cb80ad7656372500547c7cbb05f4b5df6.tar.lz marcuscom-ports-0ec5741cb80ad7656372500547c7cbb05f4b5df6.tar.xz marcuscom-ports-0ec5741cb80ad7656372500547c7cbb05f4b5df6.tar.zst marcuscom-ports-0ec5741cb80ad7656372500547c7cbb05f4b5df6.zip |
Forceably disable the gevolution plug-in. It is broken due to a missing
distfile, and it would only work with Evo 1.5 anyway.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2247 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gaim')
-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 000000000..3208c993c --- /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 + |