- fix mozilla plugins path

(not sure why we diverted from default but...)
This commit is contained in:
ajacoutot 2009-03-16 10:44:43 +00:00
parent 1722bdf2e4
commit b0219e37bc
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2009/03/14 11:36:25 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.32 2009/03/16 10:44:43 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= GNOME web browser based on mozilla
GNOME_PROJECT= epiphany
GNOME_VERSION= 2.24.3
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
M= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
SUBST_VARS= M

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-embed_mozilla_Makefile_in,v 1.3 2009/03/16 10:44:44 ajacoutot Exp $
--- embed/mozilla/Makefile.in.orig Mon Mar 16 11:19:37 2009
+++ embed/mozilla/Makefile.in Mon Mar 16 11:20:02 2009
@@ -513,7 +513,7 @@ libephymozillaembed_la_CPPFLAGS = -I$(top_srcdir)/lib
-DPLUGINDIR=\"$(libdir)/epiphany/$(EPIPHANY_MAJOR)/plugins\" \
-DMOZILLA_HOME=\"$(GECKO_HOME)\" \
-DMOZILLA_PREFIX=\"$(GECKO_PREFIX)\" \
- -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/mozilla/plugins\" \
+ -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/mozilla-plugins\" \
-DUA_VERSION=\"$(EPIPHANY_UA_VERSION)\" -DALLOW_PRIVATE_API \
$(AM_CPPFLAGS) $(am__append_7)
libephymozillaembed_la_CXXFLAGS = \