freebsd-ports/www/seamonkey2/files/patch-directory-c-sdk-ldap-libraries-libldap-Makefile.in
Beat Gaetzi cf7b521864 - Update to 2.0
Release notes:	http://www.seamonkey-project.org/releases/seamonkey2.0/
SeaMonkey 2 profile migration:
		http://kb.mozillazine.org/Profile_migration_-_SeaMonkey

Thanks to:      Andreas Tobler, Florian Smeets, Dan Nelson, gpalmer@, miwi@
2009-12-14 12:22:22 +00:00

13 lines
450 B
Text

--- directory/c-sdk/ldap/libraries/libldap/Makefile.in.orig 2009-11-10 09:56:42.000000000 +0100
+++ directory/c-sdk/ldap/libraries/libldap/Makefile.in 2009-11-10 09:58:15.000000000 +0100
@@ -254,6 +254,10 @@
EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lbe
endif
+ifeq ($(OS_ARCH), FreeBSD)
+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread
+endif
+
ifeq ($(OS_ARCH), NetBSD)
EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME)
endif