[SVN-Commit] r87 - in branches/experimental/mail/thunderbird-devel:
. files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Tue Aug 18 17:33:04 UTC 2009
Author: beat
Date: Tue Aug 18 17:32:55 2009
New Revision: 87
Log:
- Add better workaround for files/patch-mail-installer-Makefile.in to fix
installation.
Deleted:
branches/experimental/mail/thunderbird-devel/files/patch-mail-installer-Makefile.in
Modified:
branches/experimental/mail/thunderbird-devel/Makefile
Modified: branches/experimental/mail/thunderbird-devel/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-devel/Makefile Tue Aug 18 15:11:42 2009 (r86)
+++ branches/experimental/mail/thunderbird-devel/Makefile Tue Aug 18 17:32:55 2009 (r87)
@@ -41,8 +41,8 @@
MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
--enable-single-profile --disable-profilesharing \
--enable-application=mail --enable-official-branding
-MOZ_MK_OPTIONS= MOZ_MOZ_THUNDERBIRD=1
-MOZ_EXPORT= MOZ_THUNDERBIRD=1
+MOZ_MK_OPTIONS= MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
+MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
MOZILLA_PLIST_DIRS= bin lib
MOZ_PKGCONFIG_FILES=
Deleted: branches/experimental/mail/thunderbird-devel/files/patch-mail-installer-Makefile.in
==============================================================================
--- branches/experimental/mail/thunderbird-devel/files/patch-mail-installer-Makefile.in Tue Aug 18 17:32:55 2009 (r86)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,19 +0,0 @@
---- mail/installer/Makefile.in.orig 2009-08-18 12:13:50.420163449 +0200
-+++ mail/installer/Makefile.in 2009-08-18 12:15:14.099421567 +0200
-@@ -92,11 +92,11 @@
- # where xpcshell will work, to run tests on packaged builds. If you want to
- # package, install, or build an installer, build with --enable-static in your
- # mozconfig instead.
--ifndef MAIL_PKG_SHARED
--ifndef BUILD_STATIC_LIBS
--$(error you need an "--enable-static" build to package a build)
--endif
--endif
-+#ifndef MAIL_PKG_SHARED
-+#ifndef BUILD_STATIC_LIBS
-+#$(error you need an "--enable-static" build to package a build)
-+#endif
-+#endif
-
- include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/packager.mk
-
More information about the freebsd-gecko
mailing list