diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 03:12:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 03:12:58 +0800 |
commit | 22ec8cf0e6f6189ba81695f7011a72f67d484978 (patch) | |
tree | 2e81fed981470fa59d5bbbd270f995b74649c479 /net/gaim/files/patch-plugins_Makefile.in | |
parent | 3bfbcc7ababdfc261e65c43c7d4042bce821d686 (diff) | |
download | marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar.gz marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar.zst marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.zip |
Add gaim, and update to 1.0.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2870 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gaim/files/patch-plugins_Makefile.in')
-rw-r--r-- | net/gaim/files/patch-plugins_Makefile.in | 12 |
1 files changed, 12 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..3d74afc3e --- /dev/null +++ b/net/gaim/files/patch-plugins_Makefile.in @@ -0,0 +1,12 @@ +--- plugins/Makefile.in.orig Sun May 30 17:53:41 2004 ++++ plugins/Makefile.in Sun May 30 17:54:22 2004 +@@ -285,7 +285,7 @@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-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 + |