2e5d9b5137
xulrunners. this was necessary for smooth migration, since we want plugins work for mozilla 1.8 branch too (seamonkey, thunderbird); they are upwards-compatible if built against 1.8. however, some new applications started to depend on 1.9, and also other (non-plugin) apps will start to migrate so that the old xulrunner can go away requested by many; bulk build & pkgpath & bump done by sthen@
21 lines
746 B
Plaintext
21 lines
746 B
Plaintext
$OpenBSD: patch-config_autoconf_mk_in,v 1.1.1.1 2009/07/27 21:36:01 martynas Exp $
|
|
--- config/autoconf.mk.in.orig Thu Sep 14 21:07:03 2006
|
|
+++ config/autoconf.mk.in Tue Jun 5 23:06:01 2007
|
|
@@ -57,13 +57,13 @@ MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+includedir = $(prefix)/xulrunner/include
|
|
libdir = @libdir@
|
|
datadir = @datadir@
|
|
mandir = @mandir@
|
|
-idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+idldir = $(prefix)/xulrunner/idl
|
|
|
|
-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+mozappdir = $(prefix)/xulrunner
|
|
mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION)
|
|
mrelibdir = $(mredir)/lib
|
|
|