diff options
-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 + |