CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/12/01 08:00:12
Modified files:
devel/xulrunner/1.9: Makefile
mail/mozilla-thunderbird: Makefile
mail/mozilla-thunderbird/patches:
patch-mozilla_toolkit_library_Makefile_in
productivity/sunbird: Makefile
www/firefox35 : Makefile
www/firefox35/patches: patch-toolkit_library_Makefile_in
www/mozilla : mozilla.port.mk
www/mozilla-firefox: Makefile
www/mozilla-firefox/patches: patch-toolkit_library_Makefile_in
www/seamonkey : Makefile
Added files:
productivity/sunbird/patches:
patch-mozilla_toolkit_library_Makefile_in
www/seamonkey/patches: patch-mozilla_toolkit_library_Makefile_in
Log message:
Fix Kerberos/GSSAPI authentication within mozilla ports.
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".
OK phessler@, landry@ (MAINTAINER)