96429b6933
XULRunner is a single "gecko runtime" installable package that can be used to bootstrap multiple XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. Based on an initial port by James Wright <jamesw at bsdhosting.co.za>. Improvements and okay steven@
14 lines
499 B
Plaintext
14 lines
499 B
Plaintext
$OpenBSD: patch-xpcom_glue_standalone_Makefile_in,v 1.1.1.1 2007/01/05 14:44:48 kurt Exp $
|
|
--- xpcom/glue/standalone/Makefile.in.orig Thu Jan 5 14:35:20 2006
|
|
+++ xpcom/glue/standalone/Makefile.in Fri Dec 22 23:42:24 2006
|
|
@@ -62,6 +62,9 @@ endif
|
|
ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
|
|
LINKSRC = nsGlueLinkingDlopen.cpp
|
|
endif
|
|
+ifeq (OpenBSD,$(OS_ARCH))
|
|
+LINKSRC = nsGlueLinkingDlopen.cpp
|
|
+endif
|
|
ifeq (OS2,$(OS_ARCH))
|
|
LINKSRC = nsGlueLinkingOS2.cpp
|
|
endif
|