summaryrefslogtreecommitdiff
path: root/net-im/libpurple/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-08-26 13:16:25 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-08-26 13:16:25 +0000
commite9cc2e50b330b8dab81f7ea82bcffd4dbd191b4e (patch)
tree222561c6fa292d4de13836e3555c8105f4cc55a5 /net-im/libpurple/files
parent- Update to 1.0-alpha9. (diff)
Add gaim-devel , multi-protocol instant messaging client (Devel
version). PR: ports/102501 Submitted by: Sokolov Alexey <nullbsd at gmail.com>
Notes
Notes: svn path=/head/; revision=171425
Diffstat (limited to 'net-im/libpurple/files')
-rw-r--r--net-im/libpurple/files/patch-configure15
-rw-r--r--net-im/libpurple/files/patch-plugins_perl_Makefile.in10
2 files changed, 25 insertions, 0 deletions
diff --git a/net-im/libpurple/files/patch-configure b/net-im/libpurple/files/patch-configure
new file mode 100644
index 000000000000..91505f0838f3
--- /dev/null
+++ b/net-im/libpurple/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Wed Aug 23 23:10:38 2006
++++ configure Wed Aug 23 23:09:59 2006
+@@ -31268,10 +31268,10 @@
+
+ enable_nss="no"
+ else
+- nsprlibs="$LIBDL $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
++ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
+ fi
+ else
+- nsprlibs="$LIBDL -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
++ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
+ fi
+
+ echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5
diff --git a/net-im/libpurple/files/patch-plugins_perl_Makefile.in b/net-im/libpurple/files/patch-plugins_perl_Makefile.in
new file mode 100644
index 000000000000..bb6daa393bb6
--- /dev/null
+++ b/net-im/libpurple/files/patch-plugins_perl_Makefile.in
@@ -0,0 +1,10 @@
+--- plugins/perl/Makefile.in.orig Sun Feb 20 15:39:08 2005
++++ plugins/perl/Makefile.in Sun Feb 20 15:40:16 2005
+@@ -680,6 +680,7 @@
+ done; \
+ fi
+ @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS)
++ @cd common && $(perlpath) -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
+
+ common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)